body{
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.whitebdr {
	border: 5px solid #FFFFFF;
}
.orangebg {
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 346px;
	width: 184px;
}
.greenbg {
	background-image: url(images/botombg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 147px;
}
.footertxt {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.links {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC33;
	text-decoration: underline;
}

.greentxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFAD7;
	text-decoration: none;
}
.yellowheader {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
	text-decoration: none;
}
.scroll {
	height: 395px;
	width: 525px;
	padding-right:10px;
	overflow: auto; scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #414040;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #333333;
    scrollbar-track-color: #CE8224;
    scrollbar-arrow-color: #000000;
}
.links:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.formbg {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8B5414;
}
.imgbdr {
	border: 1px solid #FFFFFF;
	padding: 2px;
}
