html,body {
	background: url(../images/background_av.gif) center top no-repeat #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	min-height: 600px;
}

td {
	font-size: 9pt;
	color: #fff;
	}

.menu {
	 width: 99%;
	 text-align: right;
	 color: #fff;
	 font-size: 8pt;
}

.menu a {
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	background: #ce0202;
	color: #fff;
	text-decoration: none;
}

.colHeader {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 4px;
}

.colHeader span {
	background: #ce0202;
}

.showstate {
	vertical-align: text-bottom;
}

#content {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

.list {
	color: #fff;
}

h3 {
	padding: 0 0 0 0;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 50%;
}

h3 a {
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 5px 0 5px;
	-moz-outline-style: none;
}

h3 a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


.accordion {
	background: #000;
	color: #fff;
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	width: 50%;
	text-align: left;
}

.accordion a {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.accordion a:hover {
	background: #fff;
	color: #000;
}

#column2 {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: 5%;
	width: 40%;
	text-align: center;
}

.desc {
	
	background: #000;
	color: #fff;
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	border: 1px solid #fff;
	text-align: left;
}

.desc a {
	color: #fff;
}

.desc a:hover {
	background: #ce0202;
}

.footerLeft {
	background: url(../images/table_header_bg.gif) repeat-x bottom left;
	color: #fff;
	text-align: right;
	font-size: 8pt;
	vertical-align: bottom;
	height: 30px;
	padding-top: 40px;
}

.footerRight {
	background: url(../images/footer_bg.gif) repeat-x bottom right;
	color: #fff;
	text-align: left;
	padding-left: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
	vertical-align: bottom;
	height: 30px;
	padding-top: 40px;
}

.footerRight a {
	color: #fff;
	text-decoration: none;
}
