/* 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:#0066FF;
}

TABLE, TR, TD {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-style: bold;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	color:#003399;
}


INPUT, SELECT, TEXTAREA  {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	text-transform: none;
}


A, A:ACTIVE, A:LINK, A:VISITED {
	 
	color: #003399;
	font-family: Monotype Corsiva;
	font-size: 18;
	font-style: italic;
	font-variant: bold;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

.listclass {
	white-space : nowrap;
} 

A:HOVER {
	color: #0000FF;
	font-family: Monotype Corsiva;
	font-size: 18;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
SELECT {
	color: #00000;
	font-family: Times New Roman, Times, serif;
	font-size: 12;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

.footer {
	color: #0000FF;
	font-size: 10px;
	line-height: 12px;
}
</style>

