@charset "UTF-8";
/* CSS Document */


/* ============================================================== */
/* Main Page Formatting Below Here... */
/* ============================================================== */



body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}



/* ============================================================== */
/* General Page Links Below Here... */
/* ============================================================== */



a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover { 
	color: #CC6600; 
	text-decoration: underline;
}

a:active {
	color: #CC6600;
	text-decoration: underline;
}	



/* ============================================================== */
/* Footer Styles Below Here... */
/* ============================================================== */



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	color: #999999;
}
.footerSpacers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	color: #999999;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.footer_img {
	background-position: right bottom;
	clear: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}



/* ============================================================== */
/* Sidebar Styles Below Here... */
/* ============================================================== */



.sidebar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.sidebar_icons {
	align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.sidebar_text a:link {
	color: #666666;
	text-decoration: none;
}

.sidebar_text a:visited {
	color: #666666;
	text-decoration: none;
}

.sidebar_text a:hover { 
	color: #CC6600; 
	text-decoration: underline;
}

.sidebar_text a:active {
	color: #CC6600;
	text-decoration: underline;
}	



/* ============================================================== */
/* Main Page Content Styles Below Here... */
/* ============================================================== */



.mainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.mainBody-BOLD-DarkGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
}
.mainBody-BOLD-DarkGray-LARGE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
}
.mainBody-BOLD-White_ChartData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
}

.mainBody a:link {
	color: #CC6600;
	text-decoration: underline;
}

.mainBody a:visited {
	color: #666666;
	text-decoration: underline;
}

.mainBody a:hover { 
	color: #CC6600; 
	text-decoration: none;
}

.mainBody a:active {
	color: #CC6600;
	text-decoration: underline;
}

/* ============================================================== */
/* Forms and Admin Styles Below Here... */
/* ============================================================== */



.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
.formChartData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
}


/* ============================================================== */
/* Forms BUTTON Styles Below Here... */
/* ============================================================== */


.formBUTTONS-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	padding-top: .35em;
	padding-bottom: .2em;
	color: #FFFFFF;
	background-color: #336600;
	border: 1px outset #666666;
	background-image: url(../images/buttons_bkgnd3.gif);
	background-repeat: no-repeat;
}
.formBUTTONS-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	padding-top: .35em;
	padding-bottom: .2em;
	color: #FFFFFF;
	background-color: #CC6600;
	border: 1px outset #666666;
	background-image: url(../images/buttons_bkgnd1.gif);
	background-repeat: no-repeat;
}
.formBUTTONS-darkgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	padding-top: .35em;
	padding-bottom: .2em;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px outset #666666;
	background-image: url(../images/buttons_bkgnd2.gif);
	background-repeat: no-repeat;
}
