/* CSS Document */

body {
	background-color: #3C3937;
	background-image:url(/images/bg-and-shadows/bg-top-grad.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#3C3937;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
A {
	color: #8EAA13;
}
A: hover {
	color: #8EAA13;
}
.whitetext {
	color: #FFFFFF;
}

.footertext {
	font-size:10px;
	color:#82807F;
}
a.footerlink {
	color:#82807F;
	text-decoration:underline;
}
a.footerlink:hover {
	color:#B0C20F;
	text-decoration:underline;
}
.floaterbg{
	background-image:url(/images/floater-bg.gif);
	background-repeat:no-repeat;
	height:129px;
	line-height:14px;
}
.floaterheading{
	padding-left:10px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
a.floatersub {
	padding-left:10px;
	color:#4C5304;
	font-size:11px;
	text-decoration:none;
}
a.floatersub:hover {
	text-decoration:underline;
}

