@charset "utf-8";
/* CSS Document */

BODY {
	margin-top:0px;
	background-color:#e3e3e3;
}

P, DIV, TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


A:link {color:blue; text-decoration:none;}
A:visit {color:purple; text-decoration:none;}
A:hover {color:#CC3300; text-decoration: underline;}

UL {
	line-height:24px;
}

.large_text {
	font-size:14px;
	font-weight:bold;
}

.blue_table td {
	background-color:#000080;
	text-align:center;
	color:#FFFF00;
}

.blue_table a {
	color:#FFFF00;
}



