﻿.heading {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8fae3c;
}

.bodytext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2c2c2c;
	text-align: left;
	line-height: 16px;
}

.bodytextbold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2c2c2c;
}

.bodytextcentered {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c2c2c;
	text-align: center;
}

.bodytextcenteredbold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2c2c2c;
}

.footer {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #2c2c2c; 
}


.navheadinggray {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #999CA1;
}

.navigation {
	background-color: #8fae3c;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

.navhover {
	background-color: #C9DBB0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2c2c2c;
}

a:link {
	color: #337ab7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

a:active {
	text-decoration: none;
}

a:visited {
	color: #337ab7;
	text-decoration: none;
}

.overviewTable
{
	width: 100%;
	margin-top: 8px;
	border-bottom: solid 1px #8fae3c;
}

.tabletext {
	font-size: 14px;
	font-weight: normal;
	color: #2c2c2c;
	font-family:  Arial, Helvetica, sans-serif;
}

.tabletextbold {
	font-size: 14px;
	color: #2c2c2c;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tabletextboldgraybkgd {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	background-color: #999CA1;
	color: #fff;
}

.bodytextitalic {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #2c2c2c;
}	

.headinggray {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6B6B6B;
	font-weight: bold;
}

.greenbutton {
	background-color: #8fae3c;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #ffffff;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

hr
{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.leftBottomRightBorder
{
	border-left: solid 1px #999CA1; 
	border-right: solid 1px #999CA1; 
	border-bottom: solid 1px #999CA1;	
}

table
{
	border-collapse: collapse;
}
#divNewGraphic {
  float:right;
  margin-top:-45px;
  margin-right:35px;
  height:1px;
  width:1px;

}

