body, html

{

color:			#002c4e;
font-family : 		Arial, Helvetica, sans-serif; 
font-size:		11px;

}


a:link

{

color:			#005596;
font-weight:		bold;
text-decoration:	none;

}


a:visited

{

color:			#005596;
font-weight:		bold;
text-decoration:	none;

}


a:hover

{

color:			#005596;
font-weight:		bold;
text-decoration:	underline;

}

input , select , textarea {
	
color:			#002c4e;
font-family: 		Arial;
font-size:		12px;
background-color : 	#ffffff; 
border:			1px solid #7E8FD4; 
	
}