body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #336600;
}
#top-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	background-color: #000000;
	width: 100%;
	text-align:right;
	line-height: 25px;
	vertical-align: middle;
	text-transform: uppercase;
	right: 25px;
}

.top-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
a.top-nav:link {
	text-decoration: none;
}
a.top-nav:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.top-nav:hover {
	text-decoration: underline;
	color: #666666;
}
a.top-nav:active {
	text-decoration: none;
	color: #CCCCCC;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.small-text {
	font-size: 10px;
	color: #009999;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #666666;
}
a.footer:hover {
	text-decoration: underline;
	color: #666666;
}
a.footer:active {
	text-decoration: none;
	color: #666666;
}