@charset "UTF-8";
* remove bonehead red dots from firefox */
:focus
{
  -moz-outline-style: none;
}
body {
	background-image: url(images/BGpattern.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Helvetica;
	font-size: 12px;
	line-height: 14pt;
	font-weight: normal;
	color: #999999;
	text-align: justify;
}
h1 {
	font-family: Verdana, Helvetica;
	font-size: 15pt;
	font-weight: normal;
	color: #33CCFF;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 24px;
}
a:link {
	color: #33CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33CCFF;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #33CCFF;
}
.formstyle {
	border: 1px solid #999999;
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #999999;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.buttonstyle {
	border: 1px solid #999999;
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
}
 .comment_formstyle {
	border: 1px solid #999999;
	font-family: Verdana, Helvetica;
	font-size: 9px;
	color: #999999;
	background: #FFFFFF;
}
