@charset "ISO-8859-1";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #4B9F0D;
}
hr{
	border: none 0;
	border-top: 1px dotted #4B9F0D;
	height: 1px;
}
h1{ 
	font-size: 14px;
	line-height: 20px;
	color: #4B9F0D;
}
.GreyFont {
	color:#999999;
}
.GreenFont {
	color:#4B9F0D;
}
.ContentBg {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-x;
}
.Content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.Footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
a:link {
	color: #319C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #319C00;
}
a:hover {
	text-decoration: underline;
	color: #22221F;
}
a:active {
	text-decoration: none;
	color: #22221F;
}
