@charset "utf-8";



body {
	background-color: #black;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
h1 {
	font-size: 18px;
}
a:link {
	color: #F2202d;
	text-decoration: none;
}
a:visited {
	color: #F2202d;
	text-decoration: none;
}

a:hover {
	color: #0F0;
	text-decoration: none;
}

a:active {
	color: #F2202d;
	text-decoration: none;
}
.footertext a:link {
	color: #F2202d;
	text-decoration: none;
}
.footertext a:visited {
	color: #F2202d;
	text-decoration: none;
}
.footertext a:hover {
	color: #0F0;
	text-decoration: none;
}
.footertext a:active {
	color: #F2202d;
	text-decoration: none;
}
.navbar {
	font-size: 16px;
	color: #CCC;
	text-decoration: none;
	padding-left: 25px;
	font-weight: bold;
}
.utility_nav {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	top: 20px;
	padding-right: 0px;
	position: absolute;
	padding-left: 25px;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.navbar_bg {
	background-image: url(images/navbar_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
}

.footer_bottom_bg {
	background-image: url(images/footer_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.utility_nav a:link{
	color: #ccc;
	text-decoration: none;
}
.utility_nav a:hover{
	color: #000;
	text-decoration: none;
}
.utility_nav a:active {
	text-decoration: none;
	color: #ccc;
}
.utility_nav a:visited {
	text-decoration: none;
	color: #ccc;
}

.header_bg {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.footer_bg {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat;
	vertical-align: middle;
}
.page_bg {
	background-color: #black;
	background-image: url(images/page_BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
.leftbox_bg {
	background-image: url(images/left_bodybox_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.content_bg {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.cellcenter {
	text-align: center;
	vertical-align: top;
}
.footnote {
	color: #CCC;
	text-align: center;
	font-weight: bolder;
	line-height: 20px;
	background-color: #f2202d;
}
.page_bg table tr th table tr .content_bg table tr th span p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F2202d;
	text-align: center;
}

.float_right {
	float: right;
	margin-left: 10px;
}
.float_left {
	float: left;
	margin-right: 10px;
}
