@charset "utf-8";
.headlinetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
.colorgreen {
	color: #006600;
}
.colorblue {
	color: #0066cc;
}
.colorblack {
	color: #000000;
}
.colorgold {
	color: #FF9900;
}
.subheadtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.subheadplain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.plainbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}
.plaintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
a:link {
	color: #003366;
}
a:hover {
	color: #FF9700;
}

a:visited {
	color: #0066cc;
	
}
a:visited:hover {
	font-style: normal;
	color: #FF9700
}
.headlinemedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.listtest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
