@charset "utf-8";
#clearDiv {
	position:absolute;
	width:237px;
	height:35px;
	z-index:1;
	left: 713px;
	top: 89px;
}

#bodyDiv {
	position:relative;
	width:1000px;
	z-index:3;
	float: left;
	color: #FFF;
	background-image: url(images/background-gradient.png);
}
#footerDiv {
	position:relative;
	z-index:17;
	float: left;
	width: 1000px;
	background-color: #000;
}


#navDiv {
	position:relative;
	height:30px;
	z-index:100;
	float: left;
	width: 1000px;
	background-color: #000;
}

#headerDiv {
	position:relative;
	z-index:1;
	float: left;
	width: 1000px;
	background-color: #000;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.thrColFix #container {
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
	background-color: #FFFFFF;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.eightPointFontSpacing {
	font-size: 8.5pt;
	line-height: 10pt;
}
.headingFont {
	font-size: 12pt;
	color: #FF7;
}
.bulletDiv {
	float: left;
	margin-right: 15px;
	position: relative;
	height: 20px;
	width: 18px;
}
.thrColFix #container #bodyDiv #apDiv19 .thrColFix {
	color: #333;
}
.thrColFix #container #bodyDiv #apDiv19 .thrColFix {
	color: #FF7;
}
.chartFont {
	font-size: 7pt;
	color: #FFF;
}
eightPointGreyType {
	color: #B5B59D;
	font-size: 8pt;
	font-weight: bold;
}
.sevenPointGrey {
	color: #999;
}
