BODY {
	font-family : Arial, Helvetica;
	font-size : 9pt;
}

A {
	color : #0066CC;
}

A:HOVER {
	color : #99CC66;
}

.reg {
	font-family : Arial, Helvetica;
	font-size : 8pt;
}

.nav {
	font-family : Arial, Helvetica;
	font-size : 8pt;
	color : White;
}

.nav a {
	font-family : Arial, Helvetica;
	font-size : 8pt;
	color : White;
	text-decoration : none;
	font-weight : bold;
}

.nav A:HOVER {
	font-family : Arial, Helvetica;
	font-size : 8pt;
	color : White;
	text-decoration : underline;
	font-weight : bold;
}

.homeNav a {
	font-family : Arial, Helvetica;
	font-size : 11pt;
	display: block;
	padding-left: 25px;
	color : #157FBC;
	text-decoration : none;
	font-weight : bold;
	background: url(newimages/nav_green.gif) no-repeat left center;
}

.homeNav A:HOVER {
	color : #99CC66;
	background: url(newimages/nav_blue.gif) no-repeat left center;
}

.header {
	font-family : Arial, Helvetica;
	font-size : 11pt;
	font-weight : bold;
	color : #99CC66;
}

.subheader {
	font-family : Arial, Helvetica;
	font-size : 10pt;
	font-weight : bold;
	color : #0066CC;
}

