.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F4F4F;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .5px;
}
.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F4F4F;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .5px;
}
.bodytext_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}
.bodytext_highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F4F4F;
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
}
.copyr {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F4F4F;
	font-size: 9px;
	line-height: 30px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bolder;
	color: #4F4F4F;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #1F93BC;
	line-height: 18px;
}
a:link {
	color: #4F4F4F;
	text-decoration: underline;

}
a:visited {
	text-decoration: underline;
	color: #4F4F4F;
}
a:hover {
	text-decoration: none;
	color: #8b0e0e;
}
a:active {
	color: #8b0e0e;
}

body {
	background-color: #8b0e0e;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
