body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B7956C;
	background-attachment: scroll;
	background-color: #B7B2AC;
	background-image: url(bgbg.gif);
	background-repeat: repeat-x;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 0;
	line-height: normal;
	font-size: 13px;
        font-weight: bold;
}

.foot {
	font-size: 9px;
	font-weight: bold;
    background-color: #FFFFFF;
	}




/*
Sets link styles for all links on the page */

a:link {
	color: #B7956C;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #B7956C;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #B7B2AC;
	text-decoration: underline;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
		
}
a:active, a:focus {
	color: #B7B2AC;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

}


.wrapper {
	background-color: #FFFFFF;
	margin:0px auto;
	border: 1px solid #333333;
	
	
}
