@charset "UTF-8";
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pagebg.jpg);
}
.subBG {
	background-image: url(images/subBG.png);
	background-repeat: repeat-y;
	background-position: center;
}
.mainBG {
	background-image: url(images/mainBG.png);
	background-repeat: no-repeat;
	background-position: center;
}
.footerBG {
	background-image: url(images/bottomBG.png);
	background-repeat: no-repeat;
	background-position: center;
}
.txtdefault {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.txtfooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.frmStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:link {
	color: #56765A;
	text-decoration: none;
}
a:active {
	color: #B4BA65;
	text-decoration: none;
}
a:visited {
	color:#56765A;
	text-decoration: none;
}
a:hover {
	color: #8DB669;
	text-decoration: underline;
}