body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
      color: #9db6f7;
	background-color: #1d263b;
	margin: 0;
	padding: 0;
scrollbar-base-color: #1d263b;
scrollbar-arrow-color: #ccc333;
scrollbar-face-color: #1d263b;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #1d263b;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #9ca5bc;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #6982AD;   }