body {
	background-color: #F5F0DC;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.GreenBg a {
	color: #FFFFFF;
	text-decoration: none;
}
.GreenBg a:hover {
	text-decoration: underline;
}

.GreenBg {
	background-color: #016A23;
	color: #FFFFFF;
	height: 25px;
}
.ContentCell {
	padding-left: 40px;
	padding-top: 10px;
	font-size: 14px;
	color: #016A23;
}
.LeftNavBg {
	background-image: url(images/NavBg.jpg);
	background-repeat: no-repeat;
}
.LeftNavCell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.LeftNavTopFade {
	background-image: url(images/TopFade.jpg);
	background-repeat: repeat-x;
}
.LeftNavBottomFade {
	background-image: url(images/BottomFade.jpg);
	background-repeat: repeat-x;
}


.LeftNavCell a{
	color: #FFFFFF;
	text-decoration:none;
}
.LeftNavCell a:hover{
	color: #FFFF66;
	text-decoration:none;
}

.MainTable {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
.PageHeaders {
	font-size: 14pt;
	font-weight: bold;
	color: #016A23;
}
.ImageBumper {
	padding: 3px;
}
.FAQ-question {
	font-weight: bold;
}
.FAQ-answer {
	font-style: italic;
	padding-top: 5px;
}
.ImageBorder {
	margin: 2px;
	border: 1px solid #000000;
}

