/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	background-color:#ffffff;
	background-image:url(images/bg.gif)
}
.footertext {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}

.footertextblack {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}


a:link.footer, a:active.footer, a:visited.footer{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}
a:hover.footer{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #339900;
	text-decoration: underline;
}


a:link, a:visited {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #339900;
	text-decoration: underline;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.bodyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
