.h1 {
	font-family: Impact;
	font-size: 36px;
	color: #CC0000;
	text-align: center;
}
.h2 {
	font: 24px "Trebuchet MS";
	color: #000000;
	text-align: center;
}
.body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2C42EE;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.footrtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.leadintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #CC0000; font-weight: bold; }