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

body {
	background-color: #49A042;
	background-image: url(../images/x_background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}

p, body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00462D;
	line-height: 135%;
}




/* ============================================================== */
/* Standard Links Below Here... */
/* ============================================================== */



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

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

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

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



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



h1, .Headlines-Green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #00462D;
	line-height: 110%;
	font-weight: bold;
}

h2, .Headlines-LtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #45B1CB;
	line-height: 110%;
	font-weight: bold;
}

.Bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 110%;
	font-weight: bold;
}

h3, .Subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 100%;
	font-weight: bold;
	color: #00462D;
	margin-bottom: 0px;
}




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




.Sidebars_ClickHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	line-height: 100%;
	font-style: italic;
}
.SidebarText-Standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

.SidebarText-Larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
.Sidebars_VerticalSpace {
	padding-top: 15px;
	padding-bottom: 15px;
}

.Sidebars_ClickHere a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.Sidebars_ClickHere a:visited {
	color: #004B00;
	text-decoration: none;
}

.Sidebars_ClickHere a:hover { 
	color: #004B00; 
	text-decoration: underline;
}

.Sidebars_ClickHere a:active {
	color: #004B00;
	text-decoration: underline;
}	




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



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 120%;
	color: #73BE47;
}
.footerSpacers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	color: #73BE47;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.footer a:link {
	color: #73BE47;
	text-decoration: none;
}

.footer a:visited {
	color: #73BE47;
	text-decoration: none;
}

.footer a:hover { 
	color: #00462D; 
	text-decoration: underline;
}

.footer a:active {
	color: #00462D;
	text-decoration: underline;
}	




/* ============================================================== */
/* Chart Styles Below Here... */
/* ============================================================== */




.Chart_DarkFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
}
.Chart_WhiteCells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	color: #00462D;
	padding: 8px;
	border: 1px inset #00462D;
}

