html, body {
	background-color: white;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Sans-Serif;
	color: #5B5B5B;
	font-size: 11px;
}

td 
{
		font-family: Verdana, Arial, Sans-Serif;
	color: #5B5B5B;
	font-size: 11px;
}
a 
{
	text-decoration: none;
	color: #568AD6;
}
a.biglink {
	color: #568AD6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a.biglink:hover {
	text-decoration: underline;
}

.title 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 26px;
	color: #3758A0;
	
}
