.a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFCC33;

	
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	border: thin solid #004FA3;
}
.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.large_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FFD520;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: none;
}
.main_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
	font-weight: normal;


}
.main_body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC33;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
.bottom_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	text-align: center;
	background-color: #00346C;
	color: #FFFFFF;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;
	filter: DropShadow(Color=#000000, OffX=10, OffY=10, Positive=100);
}
.small_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	text-indent: 10pt;
	text-align: justify;

}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	background-color: #003366;
	border: thin solid #FFCC33;

}
.imagecursor {
	cursor: hand;
}
