a:link {
	color : #003366;
	text-decoration : underline;
}

a:visited {
	color : #003366;
	text-decoration : underline;
}

a:hover {
	color : #FFD700;
	text-decoration : none;
}

a:active {
	color : #003366;
	text-decoration : underline;
}

body		{
	background-color : #FFFFFF;
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
}

p {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 14;
}

td {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 14;
}



