.bgcontent {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
.bgcontent2 {
	background-image: url(img/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footertext {
	color: #999999;
}
a:link {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}
.footertextsmall {
	font-size: 10px;
	color: #999999;
}
h1 {
	font-size: 18px;
	color: #3A7500;
}
a.whitelink:link		{

	color: #FFFFFF;

	text-decoration: none;

	font-weight: bold;

}

a.whitelink:visited		{

	color: #FFFFFF;

	text-decoration: none;

	font-weight: bold;

}

a.whitelink:hover		{
	color: #FFFFFF;

	text-decoration: underline;

	font-weight: bold;

}

a.whitelink:active		{

	color: #FFFFFF;

	text-decoration: none;

	font-weight: bold;

}.bgcontent3 {
	background-image: url(img/content2-bg.jpg);
	background-repeat: repeat-y;
}
.maintitle {
	font-size: 16px;
	color: #3A7500;
	font-weight: bold;
}
.menubg {
	background-image: url(img/menubg.jpg);
	background-repeat: no-repeat;
}
.largetext {
	font-size: 14px;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #999933;
}
