.wildfire {
	font-family: Lucida Sans Unicode;
	color: #FF6600;
	font-size: 12px;
}
a.wildfire:link 
{
	color: #FF6600;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
}
a.wildfire:visited 
{
	color: #999999;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
}
a.wildfire:hover 
{
	color: #d86102;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
}
a.wildfire:active 
{
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
} 
.scrollbars {


	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #777777;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #FF6600;
	SCROLLBAR-TRACK-COLOR: #333333;
	SCROLLBAR-DARKSHADOW-COLOR: #444444;
	SCROLLBAR-BASE-COLOR: #222222;
	overflow: auto;
}
.navbar {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	
	background-color: #000000;
	cursor: pointer;
	
}
select{
  color: #dbdbdb;
  background-color: #000000;
  border: 1px solid #ff6600;
  cursor: pointer;}
select:hover
{
  color: #dbdbdb;
  background-color: #333333;
  border: 1px solid #ff6600
  cursor: pointer;}
select:focus
{
  color: #dbdbdb;
  background-color: #333333;
  border: 1px solid #ff6600
  cursor: pointer;}
input{
  color: #dbdbdb;
  background-color: #333333;
  border: 1px solid #ff6600;}
input:hover,
input:focus,
textarea{
  color: #dbdbdb;
  background-color: #333333;
  border: 1px solid #ff6600;
textarea:hover,}
textarea:focus {
  color: #dbdbdb;
  background-color: #333333;
  border: 1px solid #ff6600;
}

.hang {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #FF6600;
	background-color: #000000;
	font-weight: bold;
}
.generic_back {
	background-attachment: fixed;
	background-image: url(../test/web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.gen2 {
	background-attachment: scroll;
	background-image: url(images/gen2.gif);
	background-repeat: no-repeat;
}
.thing {
	background-image: url(images/thing.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.insetr {
	right: 50px;
	padding-right: 50px;
	position: relative;
	padding-top: 5px;
}
#navlinks3 {

width: 315px;
}
#navlinks4 {


width: 160px;
}
.pagelabels {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/backgrounds.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.faq {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/faq.png);
	background-repeat: no-repeat;
	background-position: left top;
}.bcr {
	background-attachment: scroll;
	background-image: url(images/logos.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dimmer {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
.lborder {
	text-align: left;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
.bordertopleft {
	border-top: 1px dotted #333333;
	border-left: 1px dotted #333333;
}
.bordertopright {
	border-top: 1px dotted #333333;
	border-right: 1px dotted #333333;
}