.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	font-weight: bold;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	font-style: italic;
	font-weight: bold;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #0F046C;
	text-decoration: underline;
}
a:hover {
	color: #6699FF;
	text-decoration: underline;
}
