/* body */	
BODY  {
	font-size: 11px;
	line-height:16px;
	margin: 0;
	color: #676565;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
form {margin: 0; padding:0;}
/* LINKS*/	
A:Link  {color: #005595;text-decoration : underline; }
A:Visited  {color: #005595;text-decoration : underline;}
A:Active  {color: #005595;text-decoration : underline;}
A:Hover  {color: #BF2E1A;text-decoration: underline;}


A.white:Link  {color: #ffffff; font-weight:bold; text-decoration : none; }
A.white:Visited  {color: #ffffff;font-weight:bold; text-decoration : none;}
A.white:Active  {color: #ffffff;font-weight:bold; text-decoration : none;}
A.white:Hover  {color: #ffffff;font-weight:bold; text-decoration: underline;}


/* TEXT */
.bodytext {font-size: 11px; text-align: justify;line-height:19px}
.plaintext {font-size: 11px; line-height:16px; font-family:Verdana, sans-serif;}
.biggertext {font-size: 13px; line-height:16px; font-family:Verdana, sans-serif;}
.smalltext {font-size: 10px; line-height:14px;}
.foottext{color:#20253E; font-size:10px; line-height:14px;}

/* headlines */
.smallhead {font-size: 12px; font-weight:bold; color : #252944; line-height:18px;}
.midhead {font-size: 13px; font-weight:bold; color : #252944; line-height:16px;}
.largehead {font-size: 14px; font-weight:boldcolor: #252944; line-height: 26px;}

/* content table*/
.content_table {border: 1px solid #252944; color: #676565; background-color: #F1EFF1; font-size: 11px; line-height:18px;}
.odd_row {background-color:#F6F6F6;}
/* tool tip*/
.help {position:absolute; display:none; border: 1px solid #005595; background-color: #F4F5EE; font-size: 11px; line-height:14px; font-family:Arial, Helvetica, sans-serif; padding: 8px;}

/*image thumbnail*/
.thumb {
	border: 1px solid #252944;
} 

input.gobtn {
	background-color: #EBEBEB; 
	border: solid 1px #252944;
	font-weight: bold; 
	font-size: 9px; 
	color: #252944;
	padding: 2px;
}



