/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11pt;
	background-color: #eeeeee;
	
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif; color:#000044;
}

a:link {
	color:#555555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#555555;
}
a:hover {
	 text-decoration: underline;
     color:#990000;	 
}
a:active {
	text-decoration: none;
	color:#555555;
}

