@charset "utf-8";
.style71 {
	font-size: 8pt
}

.tenPointMediumBlack {
	font-size: 10pt;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}
.thrColFix #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	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: 760px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.paragraph {
	font-size: 10pt;
}
.thrColFix #container #apDiv1 .style7 strong {
	color: #00F;
}
.statements {
	font-size: 8pt;
}
.thrColFix #container #bodyDiv #apDiv3 #apDiv4 {
	font-size: 8pt;
	padding-top: 230px;
}
.eightPoint {
	font-size: 8pt;
}
.tenPointBoldWhite {
	font-size: 10pt;
	color: #FEFEFE;
	font-weight: bold;
}
.tenPointBoldBlack {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}
.eightPointMediumBlack {
	font-size: 8pt;
}
.tableBorders {
	border: 1px solid #CCC;
}
.eightPointBoldRed {
	font-size: 8pt;
	font-weight: bold;
	color: #F00;
}
.eightPointBoldBlack {
	font-size: 8pt;
	font-weight: bold;
	color: #000;
}
.twelvePointMediumBlack {
	font-size: 12pt;
	text-align: center;
}
.tenPointRedBold {
	font-size: 10pt;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
