@charset "utf-8";
/* CSS Document */

.NavOff {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
}
.NavOffEnd {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
}

.NavOn {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #A6A6A6;
	cursor: pointer;
	border: 1px dashed #D7DEAB;
}
.NavOnEnd {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #A6A6A6;
	cursor: pointer;
	border: 1px dashed #D7DEAE;
}
.BoldLightGreen {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #D7DEAB;
}
.BoldWhite {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.BoldLightGreenMed {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #D7DEAB;
}
.White {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.WhiteMed {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.copyright {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.mainText {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.mainTextBold {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.HeadingGreen {
	font-family: Verdana;
	font-size: 26px;
	color: #A1AE3A;
	letter-spacing: -.045em;
}
.HeadingGrey4GreyBox {
	font-family: Verdana;
	font-size: 24px;
	color: #666666;
	letter-spacing: -.045em;
}

.SubHeadingGrey {
	font-family: Verdana;
	font-size: 18px;
	color: #666666;
	letter-spacing: -.045em;
}
.boldDarkGreen {
	font-family: Arial;
	font-size: 12px;
	color: #616822;
	font-weight: bold;
}
.SubHeadingDarkGreen {
	font-family: Verdana;
	font-size: 15px;
	color: #616822;
	letter-spacing: -.045em;
	font-weight: normal;
}
.HeadingGreen4GreyBox {
	font-family: Verdana;
	font-size: 24px;
	color: #A1AE3A;
	letter-spacing: -.045em;
	font-weight: bold;
}

