.mainbody {
	background-image: url(./chuckbg.jpg);
	background-repeat: no-repeat;	
	position: absolute;
	width: 1000px;
	height: 850px;
}

.maincontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	position: absolute;
	left: 181px;
	top: 225px;
	width: 662px;
	height: 850px;
	
}
.headingBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
}
.heading2Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	font-weight: bold;
}
.mainDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	font-weight: bold;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
}
a: link { color: #990000; }
a:visited { color: #000066; }


