A
{
	color: #006D2F;
	text-decoration: none;
}
A:hover
{
	color: #003399;
	text-decoration: none;
}

A:visited
{
	color: #669999;
	text-decoration: none;
}
body
{
	font-size: 10pt;
	color: black;
	font-family:  Open-Sans, sans-serif;
	background-color:#fefefe;
}
table
{
	font-size: 10pt;
	background-color:#fefefe;
}
.bannerGrey
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffcc00;
	background-color: gray;
}
.banner
{
	font-size: 10pt;
	color: #e2ebe1;
	text-decoration: none;
}
.breadcrumb
{
	font-size: 8pt;
	color: #aaa;
}
.breadcrumbHover
{
	font-size: 8pt;
	color: #268d55;
	cursor: hand;
}
.caption
{
	font-size: 7pt;
	color: dimgray;
}
.copy
{
	font-size: 7pt;
	color: white;
	background-color: #608970;
}
.divider
{
	background-color: #268d55;
}
.dividerCell
{
	background: url(images/Divider.png)
}
@font-face {
    font-family: Open-Sans;
    src: url(./OpenSans-Light.ttf);
}
@font-face {
    font-family: Folks-Light;
    src: url(./Folks-Light.ttf);
}
.greenHead
{
	font-size: 10pt;
	font-weight: bold;
	color: #AED4C3;
}
.headline
{
	font-size: 16pt;
	font-weight: bold;
	color: #608970;
}
.headlineSmaller
{
	font-weight: normal;
	font-size: 13pt;
	color: #268d55;
}
.headlineNormal
{
	font-weight: bold;
	font-size: 8pt;
	color: #006D2F;
}
.imgBorder
{
	border-right: #aaa 1px solid;
	border-top: #aaa 1px solid;
	margin: 1px;
	border-left: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.menu
{
	font-size: 10pt;
	cursor: hand;
	color: #666;
	text-decoration: none;
}
.menuHover
{
	font-size: 10pt;
	color: #268d55;
	cursor: hand;
}
.menuActive
{
	font-size: 10pt;
	font-weight:500;
	color: #268d55;
}
.navHover
{
	font-size: 10pt;
	cursor: hand;
	color: #009900;
	text-decoration: underline;
}
.normal
{
	font-size: 10pt;
	color: black;
}
.normalGreen
{
	font-size: 10pt;
	color: #547954;
}
.normalGrey
{
	font-size: 10pt;
	color: dimgray;
}
.normalGreySmall
{
	font-size: 7pt;
	color: dimgray;
}
.normalHighlight
{
	color: #C00;
}
.normalInverse
{
	color: #ffffff;
	cursor: hand;
	background-color: #268d55;
}
.normalYellow
{
	font-size: 10pt;
	color: #000000;
}
.normalSmall
{
	font-size: 7pt;
	color: black;
}
.quote
{
	font-size: 12pt;
	color: #547954;
}
.tableBanner
{
	background-color: #a2a2a2;
}