@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height: 1.3;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F90;
}
h1 {
	font-size: 32px;
	color: #BD1F24;
	font-weight: lighter;
}
h2 {
	font-size: 18px;
	color: #E8622F;
	font-weight: lighter;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
.navcell_bottom {
	background-image: url(images/nav_lines.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.footer {
	font-size: 9px;
	color: #999;
	font-weight: lighter;
}
.footer:link {
	color: #999;
}
.footer:visited {
	color: #999;
}
