body {
	background-image:  url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-size-adjust:none;
}
.quote {
font-size: 16px;
	font-weight: bold;
	color: #937b4b;
}
.question {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.text {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.style1 {
	font-size: 36px;
	font-weight: bold;
	color: #990000;
}
.pagetitle {
	font-size: 36px;
	font-weight: bold;
	color: #990000;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}

.style4 {
	color: #D0B46B;

}
.style5 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #000000;	
}
.link:visited {
	color: #000000;
}
.link:hover {
	color: #BC0020;
}

a:link {
	color: #000000;
}
a:visited {
color:#000000;
}
a:hover {
	color: #BC0020;
}

#button {
	width: 110px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
	}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #D0B46B;
		background-color: #D0B46B;
		color: #333333;
		font-size:14px;
		text-decoration: none;
		width: 110px;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		
		
		border-left: 10px solid #D0B46B;
		color: #991B0C;
		font-size:14px;
		font-weight:bold;
		text-decoration: none;
		}