.header {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.content {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.contentitalics {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: italic;
}
a.normallink:link {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #AD0C12;
	text-decoration: none;
}
a.normallink:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #B21117;
	text-decoration: none;
}
a.normallink:active {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #AD0C12;
	text-decoration: none;
}
a.normallink:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #031A78;
	text-decoration: none;
}
.txtbox {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 18px;
	width: 120px;
	border: 1px solid #999999;
}
.txtarea {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 150px;
	width: 300px;
	border: 1px solid #999999;
}
.submit {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #092B92;
	height: 18px;
	width: 120px;
	border: 1px solid #999999;
}
