.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link {color: #503124;}
a:visited {color: #503124;}
a:active {color: #503124;}
a:hover {color: #7c0202;}
a {text-decoration: none;}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3b3b3b;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3b3b3b;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #3b3b3b;
}

.finetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #3b3b3b;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #503124;
}
.formnoborder {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tableborder {
	background-color: #3F7BA3;
	background-image: url(images/contact-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formnopadd {
	margin: 0px;
	padding: 0px;
}
/* CSS BUTTON STYLES */

.button a {
color: #81754c;
text-decoration: none;
text-align: center;
padding: 12px 0 0 0;
display: block;
width: 179px;
height: 42px;
background-image: url(images/btn_css.jpg);
background-repeat: no-repeat;
}
.button a:hover, .button a:active {
color: #5b5131;
text-decoration: none;
text-align: center;
padding: 12px 0 0 0;
display: block;
width: 179px;
height: 42px;
background-image: url(images/btn_css_on.jpg);
background-repeat: no-repeat;
}