@charset "UTF-8";
/* CSS Document */

td  {
	font-family: tahoma;
	font-size:11px;
	line-height:15px;
	color:black;
}

a{
	font-family: tahoma;
	font-size:11px;
	line-height:15px;
	color:#003d64;
	font-weight:bold;
}


body {
	background-color:white; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

a {
	text-decoration:none
}




a:hover {
	text-decoration:underline
}




