body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #ADB6C6;*/
	background-color: #669999;
	color: #E8E8E8;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;  
	color: #000000;
}

.title { 
	font-size: 16px;  
	font-weight: bold;  
	color: #FFCC66;
	}

.subtitle { 
	font-size: 14px;  
	font-weight: bold;
	color: #E8E8E8;
  }

.horizontalLine {
	background-color: #FFFF00;
}

.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: #6982AD;   }

a:hover { font-weight: bold;  text-decoration: underline;  color: #6982AD;   }
*/

a { 
	font-family:Helvetica, Arial, Verdana;
	font-size: 0.9em;
	font-weight: 700;
	color:#FFFFFF;
	text-decoration:overline;
} 


a:hover { 
	font-family:Courier New, Courier, Mono;
	font-size: 1.0em;
	font-weight:800;
	text-decoration:none;
	color:#E8E8E8;
	background-color:#003333;
} 



