a:hover {
	color: #99CC33;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #99CC00;
}
a:visited {
	color: #006600;
}
.textbody {
	font-family: tahoma,arial,trebuchet ms,tahoma;
	font-size: 13px;
	font-weight:normal;
	color: #000000;
}

.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.graphstyle1 {
	font-family: tahoma,arial,trebuchet ms,tahoma;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #006FDD;
}

.solidblockmenu li{
display: inline;
}

.graphstyle2 {
	font-family: tahoma,arial,trebuchet ms,tahoma;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color: #AAD5FF;
}
.graphstyle3 {
	font-family: tahoma,arial,trebuchet ms,tahoma;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color: #DEDEAD;
}

.graphstyle4 {
	font-family: tahoma,arial,trebuchet ms,tahoma;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #DEDEAD;
}

.textheader {
	font-family: tahoma,arial,trebuchet ms,tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.footerstyle {
	font-family: tahoma,arial,trebuchet ms,tahoma;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	vertical-align: middle;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.tabcontainer{
font-family: tahoma,arial,trebuchet ms,tahoma;
font-style:italic
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
font-family: tahoma,arial,trebuchet ms,tahoma;
font-size: 12px;
background-color:white
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.whitetext {
	font-family: tahoma,arial,trebuchet ms,tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.largewhiteheader {
	font-family: tahoma,arial,trebuchet ms,tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

