html {height:100%;}

body {
	height:100%; margin:0; padding:0;
	font: normal 14px/16px verdana, sans-serif, helvetica, arial;
	background-color: #FFFFFF;
	color: #A88731;
	text-decoration: none
	}
	
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {
	position:relative;
	z-index:1;
	text-align: center;
}

A:link {color: #A88731; text-decoration: none}
A:visited {color: #A88731; text-decoration:none }
A:hover {text-decoration: none;}	
A:active {text-decoration: none}
	
h1 {
	font-size: 12px;
	text-align: center;
	color: A88731;
	}
	
h2 {
	font-size: 14px;
	text-align: center;
	color: A88731;
	}
	
h3 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: A88731;
	}
	
h4 {
	font-size: 14px;
	text-align: center;
	}
	
.links {
	font-size: 12px;
	text-align: center;
	}

.faqstyle {
	font-size: 10px;
	font-weight: normal;
}

hr {
  color: #A88731; 
}
