body {
	background-color: #F6F2DB;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}

/**** Link Styles ****/
a:link { color: #009900; text-decoration: underline; }
a:visited { color: #009900; text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: underline; }

/**** Link Styles ****/
.FooterText {
	font-family: Times, Arial;
	font-size: 12px;
	color: #996666;
}
a.Footer:link { color: #996666; text-decoration: none; }
a.Footer:visited { color: #996666; text-decoration: none; }
a.Footer:hover { color: #000000; text-decoration: underline; }
a.Footer:active { color: #000000; text-decoration: underline; }

/**** General Styles ****/
.Welcome {
	font-family: Times, Arial;
	font-size: 12px;
	color: #6B4700;
	line-height: 20px;
	background-image: url(img/welcome-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.GlobalText {
	font-family: Times, Arial;
	font-size: 12px;
	color: #6B4700;
	line-height: 20px;
}
.Numer {
	font-family: Times, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
.SubHead {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #65991F;
}

