.bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #33291A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.top_bg {
	background-attachment: scroll;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.left_bg {
	background-attachment: scroll;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right_bg {
	background-attachment: scroll;
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left_bottom_bg {
	background-attachment: scroll;
	background-image: url(../images/left_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right_bttom_bg {
	background-attachment: scroll;
	background-image: url(../images/right_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottom_bg {
	background-attachment: scroll;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.brown_bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #775D30;
}
.cream_bg {
	background-color: #FAF4E3;
}
.brown_medium_bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #33291A;
}
.brown_light_bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #231B0F;
}
a.link_style_body:link {
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none; 
	cursor:pointer;
}
a.link_style_body:visited {
	font-family: Verdana, Helvetica, sans-serif;
	color: #EAEAEA;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
	cursor: auto;
}
a.link_style_body:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color:#FFDCB9;
	font-size: 7pt;
	font-style: normal;
	text-decoration: underline;
	cursor:pointer;
}
a.link_style_orange:link {
	font-family: Verdana, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none; 
	cursor:pointer;
}
a.link_style_orange:visited {
	font-family: Verdana, Helvetica, sans-serif;
	color: #EAEAEA;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
	cursor: auto;
}
a.link_style_orange:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color:#FF9933;
	font-size: 7pt;
	font-style: normal;
	text-decoration: underline;
	cursor:pointer;
}
.input_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #765C2F;
}
.input_btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFB33B;
	background-color: #765C2F;
	border: 1px solid #000000;
}
.footer_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #B5A488;
}