.footer {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	vertical-align: middle;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.main {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
.main table {
	font-size: 12px;
	font-weight: bold;
}

.sectiontitle {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.top {
	background-image: url(/images/top.jpg);
	height: 122px;
	width: 790px;
	vertical-align: bottom;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
.copyright {
	font-size: 12px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
}
