body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #6AB08C;
	margin: 0px;
	padding: 0px;
}

a:link { color: #2A8156; text-decoration: none }
a:active { color: #2A8156; text-decoration: none }
a:visited { color: #2A8156; text-decoration: none }
a:hover { color: #2A8156; text-decoration: underline }

a.linkWhite:link { color: #ffffff; text-decoration: none }
a.linkWhite:active { color: #ffffff; text-decoration: none }
a.linkWhite:visited { color: #ffffff; text-decoration: none }
a.linkWhite:hover { color: #ffffff; text-decoration: underline }

.footer {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
}
td {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;

}
.footerTxt {
	font-weight: bold;
	color: #DCEDE4;
	font-size: 11px;
}
.txtGreen {
	color: #27774F;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DCEDE4;

}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DCECE4;

}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DFEEE6;

}
