a:link {
color: #FFFFFF;
text-decoration: none;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: Blue;
text-decoration: none;
}

a:active {
color: #FFFFFF;
text-decoration: none;
}

a.sublink:link { 
color: #FFFFFF; 
text-decoration: none;
} 

a.sublink:visited  { 
color: #FFFFFF; 
text-decoration: none;
} 

a.sublink:hover  { 
color: blue; 
text-decoration: none;
} 

a.sublink:active  { 
color: #FFFFFF; 
text-decoration: none;
} 

.mainpage {
	margin: 0px;
	padding: 0px;
}
.bgwhite {
	background-color: #FFFFFF;
}
.topgreen {
	background-color: #999999;
}
.font-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
	letter-spacing: 2px;
}
.bluefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
.headerblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bottom-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
a.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.darkbluebg {
	background-color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bluefont-linespace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	letter-spacing: 0px;
	line-height: 18px;
}

