@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
.footer {
	font-size: 10px;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
}
a.footernav:link {
	color: #61626B;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.footernav:visited {
	color: #61626B;
	text-decoration: none;
	font-size: 10px;
}
a.footernav:active {
	color: black;
	text-decoration: none;
	font-size: 10px;
}
a.footernav:hover {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.bodytext {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.1;
}
.bodytextlarge {
	font-size: 21px;
	color: #CDCDCD;
	font-family: Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1.1;
}
.bodytextsmall {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1.1;
}
