@charset "UTF-8";
* remove bonehead red dots from firefox */
:focus
{
  -moz-outline-style: none;
}
body {
	background-image: url(images/BG.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14pt;
	font-weight: normal;
	color: #999999;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: normal;
	color: #996600;
	margin: 0px;
	padding: 0px;
}
.footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 10px;
}
a:link {
	color: #45260B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #45260B;
}
a:hover {
	text-decoration: underline;
	color: #E3AD71;
}
a:active {
	text-decoration: none;
	color: #33CCFF;
}
.formstyle {
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.buttonstyle {
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
}
 .comment_formstyle {
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	background: #FFFFFF;
}

