TABLE.datatable {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
A:HOVER {
	color : Red;
	text-decoration : underline;
}

A:ACTIVE {
	color : Blue;
	text-decoration : none;
}

BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	background-image : url(images/background.jpg);
	background-repeat : repeat;
	
}

.header {
	font : bold normal small-caps 16px Arial, Helvetica, sans-serif;
	font-weight : bold;
	
}

TD.button
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: white;
	font-weight: bold;
}
A.button:ACTIVE {
		font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
A.button:LINK {
		font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
A.button:VISITED {
		font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}



A.button:HOVER {
	color: #BBB497;
}
TABLE.footerinfo {
			font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.homeheader
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color: #669999;
	font-weight: bold;
}
