body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image:url(images/bg.jpg);
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

table#main {
	border:1px #000000 solid;
}

.navbar {
	display:block;
	text-align:center;
	padding:7px 10px 7px 10px;
}
a.navbar:link, a.navbar:visited, a.navbar:active {
	background-color:#333333;
	font-size:10px;
	color:#CCCCCC;
}
a.navbar:hover {
	background-color:#990000;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

td#footer {
	background-color:#333333;
	font-size:10px;
	text-align:center;
	color:#999999;
	padding:10px 10px 10px 10px;
}

a.footerlink:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight:bold;
}
a.footerlink:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight:bold;
}
a.footerlink:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
a.footerlink:active {
	text-decoration: none;
	color: #CCCCCC;
	font-weight:bold;
}

.contentheader {
	font-size:16px;
	font-family: "Century Gothic";
	color:#990000;
	font-weight:bold;
}

.biggerbold {
	font-size:12px;
	font-weight:bold;
}