html,body {
	background: url(../images/background_rferlbr.gif) center top repeat-y #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 {
	background: url(../images/background_rferlbrhead.gif) center top no-repeat;
	top: 0px;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 8pt;
	padding-top: 106px;
}

.menu a {
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	background: #ce0202;
	color: #fff;
	text-decoration: none;
}



.colHeader {
	background: url(../images/background_rferlbrcolhead.gif) center top no-repeat;
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 4px;
}

.colHeader span {
	background: #ce0202;
}

#content {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

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;
}

h3 img {
	float: left;
}

.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-right: 5px;
}

.accordion a:hover {
	background: #ce0202;
}

.desc {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: 5%;
	background: #000;
	color: #fff;
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	width: 40%;
	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;
}
