body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.jpg);
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.footerlink {
	font-size: 9px;
	color: #233DC2;
	text-decoration: none;
}
.footerlink:hover {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;
}
.footerlink:link {
	color: #233DC2;
	text-decoration: none;
}
.BoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.link {
	color: #233DC2;
	text-decoration: none;
}
.link:hover {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;
}
.italic {
	font-style: italic;
}
.link:link {
	color: #233DC2;
	text-decoration: none;
}
.fineprintRed {
	font-size: 10px;
	color: #990000;
}
.bold {
	font-weight: bold;
}

