BODY {
	color: #999999;
	background-color: #333333;
	font-family: "trebuchet ms", "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}

A {
	color: #FF9900;
}

A:HOVER {
	color: #CCCCCC;

}
.txt8 {
  font-size: 9px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: justify;
}

.font12 {
	font-size: 12px;
}

.font12b {
	font-size: 12px;
	font-weight: bolder;
}

.font14 {
	font-size: 14px;
}

.font14b {
	font-size: 14px;
	font-weight: bolder;
}
.font14b_white {
	font-size: 14px;
	font-weight: bolder;
	color: white;
}
.borderB {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.padding5 {
	padding: 5px 5px 5px;
}

.filler_back{
	background-image: url(images/filler_back.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #333333;
}

.img{
	padding: 2px 2px 2px 2px;
	border-bottom: 1px dotted #aaaaaa;
	border-top: 1px dotted #aaaaaa;
	border-left: 1px dotted #aaaaaa;
	border-right: 1px dotted #aaaaaa;
}

A .img:HOVER {
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #ff9900;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
}




#menu {
	width: 250px;
}

#menu a {

	display: block;
	width: 250px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #333333;
	color: #999999;
	text-decoration: none;
	font-size: 16px;
}
#menu a.bt1 {
	
}
#menu a.bt2 {
	
	color: #FF3300;
}
#menu .bt1:hover {
	color: #FF9900;
	background-color: #171717;
}
#menu .bt2:hover {
	color: #FF3300;
}

.form{
	background-color: #333333;
	
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #ff9900;
	padding: 2px 2px 2px;
}
