.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}
.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


a.class1:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.class1:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.class1:active {
	color: #FFFFFF;
	text-decoration:none;
}
a.class1:hover {
	color: #003366;
	text-decoration:underline;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #083C75;
	height: 20px;
	width: 85px;
	border: thin solid #999999;
}
