/* CSS Document */
<style type="text/css">
BODY {
	padding: 0;
	margin: 0;
	
}

TH {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: bold;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	color:#FF6600;
}

TABLE, TR, TD {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: bold;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	color:#3366CC;
}


A, A:ACTIVE, A:LINK, A:VISITED {
	 
	color: #3366CC;
	font-family: Times New Roman, Times, serif;
	font-size: 15;
	font-style: italic;
	font-variant: bold;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

A:HOVER {
	color: #0000FF;
	font-family: Times New Roman, Times, serif;
	font-size: 15;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

.footer {
	color: #3366CC;
	font-family: Times New Roman, Times, serif;
	font-size: 9px;
	line-height: 12px;
}
</style>


