@charset "UTF-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif, Eurostile;
	font-size: 11px;
	text-align:justify;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#footerbackground {
	background-image:url(../images/footer.jpg);
	background-repeat:none;
	width: 921px;
	height: 63px;
}

.footertext {
	font-size: 9px;
}
	
.footerlinks a {
	font-size: 9px;
	color: #333333;
}
.footerlinks a:link {
	text-decoration: underline;
}
.footerlinks a:visited {
	text-decoration: underline;
	color: #333333;
}
.footerlinks a:hover {
	text-decoration: none;
	color: #333333;
}
.footerlinks a:active {
	text-decoration: underline;
	color: #333333;
}

.whitetext {
	color:#FFFFFF;
	font-size: 13px;
	padding:  15px 15px 15px 15px;
}

.headingpadding {
	padding-bottom:15px;
}

.featurespadding {
	padding: 10px 10px 10px 10px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}