@charset "iso-8859-1";
/* CSS Document */
a:link
{
	text-decoration: none;
	color: #0175A4;
}

a:visited{
	text-decoration: none;
	color: #0175A4;
}

a:hover{
	text-decoration: underline;
	color: #0175A4;
}

a:active
{
	text-decoration: none;
	color: #0175A4;
}

body
{
	font-family: Verdana, Trebuchet;
}

table
{
	background-color: #01acf1;
}

td
{
	background-color: #C7E6F2;
	font-size:12px;
}
