a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;



}
a.navlinks:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;



}
a.navlinks:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;




}
a.navlinks:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;


}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/fire.jpg);
	background-repeat: repeat;


}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;

}
/*
input , textarea {
 	font-size: 10pt; 
	color: #505050; 
	border: 1px solid #505050; 
	background-color: #ffffff;
}
/*this is to enlarge the text box when typing into it--!>*/
/*input:focus,  textarea:focus  {
	border:1px solid #505050;
	background-color: #94E896;
 }
 */
   .navbar {
	text-align: left;
	font-weight: bold;
	color: #999999;
	list-style-image: url(../images/bullet.gif);
}
.blacktext {
	color: #000000;
}
hr {
	color: #284361;
}

.contentarea {
	background-color: #FFFFFF;
	border: 1px double #999999;
	text-align: justify;
	vertical-align: top;
	padding: 11px;
	width: 100%;
	margin-top: 5px;
	max-width:700px;
	margin-right: 11px;
}
.textbox {
	padding: 11px;
	color: #000000;
	background-color: #FFFFFF;
}


.redtext {
	color: #FF0000;
}
