﻿a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.footernav {
	text-decoration: none;
	color: #808080;
}
a.footernav:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.bodynav {
	text-decoration: none;
	color: #000000;
}
a.bodynav:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.body {
	padding: 0px;
	margin: 11px 0px 0px 0px;
	background-color: #000000;
}
.maintable {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.maintd {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}
.uppertable {
	vertical-align: top;
	text-align: center;
	height: 220px;
	width: 1150px;
}
.uppertd {
	text-align: center;
}
.midtable {
	vertical-align: top;
	text-align: center;
	height: 80px;
	width: 1150px;
}
.midtd {
	vertical-align: top;
}
.lowertable {
	vertical-align: top;
	text-align: center;
	height: 310px;
	width: 1120px;
}
.lowertd {
}
.bottomtable {
	vertical-align: middle;
	text-align: center;
	height: 90px;
	width: 1150px;
}
.bottomtd {
	text-align: center;
	width: 33%;
}
.footertable {
	vertical-align: bottom;
	text-align: center;
	width: 1150px;
	height: 90px;
}
.footertd {
}
.title {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 60pt;
}
.subtitle {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 28pt;
}
.text {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11pt;
}
.textbody {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11pt;
}
.textebook {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 18pt;
}
.lgtext {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 21pt;
}
.textfooter {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 9pt;
	color: #808080;
}
.form {
	background-color: #C0C0C0;
	border: 1px inset #444444;
	font-family: "Trebuchet MS";
	font-size: 10pt;
}
.button {
	background-color: #999999;
	border: 1px inset #444444;
	font-family: "Trebuchet MS";
	height: 22px;
	width: 155px;
	font-size: 10pt;
}
.buttonon {
	background-color: #888888;
	border: 1px inset #444444;
	font-family: "Trebuchet MS";
	height: 22px;
	width: 155px;
	font-size: 10pt;
}