html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #372c13;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}
li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	margin: 10px 50px 0px 50px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #b98848;
	padding: 0px 0px 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #993300;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 10px;
}
h3 {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #b98848;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 10px;
}
.footbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #685124;
}
a:link {
	color: #372B13;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #372B13;
}
a:hover {
	text-decoration: none;
	color: #372B13;
}
a:active {
	text-decoration: underline;
	color: #372B13;
}
