
a:{ 
	color : #FF0000;
	text-decoration : underline;
	
}


a:link { 
	color : #FF0000;
	text-decoration : none;
	
}

a:visited {
	color : #FF0000;
	text-decoration : none;
	}

a:hover {
	font-weight: bold;
	color : #333333;
	text-decoration : none;
	
}

	
body {
	color : #263D6D;
	font-family : Arial;
	font-size : 8pt;
	font-style : normal;
	//line-height : 12pt;
	scrollbar-face-color: #ECEEF1;
	scrollbar-3dlight-color: #263D6D;
	scrollbar-darkshadow-color: #263D6D;
	scrollbar-arrow-color: #263D6D;
	scrollbar-track-color: #ffffff;
}


h1.imtext {
	color : #263D6D;
	font-family : Arial;
	font-size : 10pt;
	font-style : normal;
	display: inline;
	font-weight: normal;

}

table, tr, td {
	color : #263D6D;
	font-family : Arial;
	font-size : 10pt;
	font-style : normal;
}

.navitd{	font-family: Arial; text-indent: 20; border: 1px solid #AEAEAE; background-color: #E4E4E4 }