@charset "utf-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.GEsubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
p {
	margin: 0px;
	padding: 0px;
}


.GEbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li {
	padding-bottom: 5px;
}

.GEsubtitleGreenCaps {
	color: #009900;
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;

}
.GEbodyBold {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.GEtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
}
.GEsubtitleGreen {
	color: #009900;
	font-size: x-large;
	font-weight: bold;
}
.chart-container {
	background-color: #E8E8E8;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}
.chart-container .data {
	font-size: 11px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.chart-container .header {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	text-align: center;
	padding: 5px;
	border-right:1px solid #999;
}
.GEsubtitle-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009933;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/*--------------------------------- NAV ---------------------------------------*/
#navcontainer{
padding:0px;
margin-left:10px;
}

#navcontainer ul{
padding: 0px;
margin: 4px;
color: #fff;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size:18px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
padding: 0px 10px 0px 10px;
margin:0px;
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover{
color: #fff;
text-decoration:underline;
}

#current{
color:#D5CEC8;
}