body{
	background-color:#231f20;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:13px;
}
table td{
	font-size:13px;
}
.topmenu{
  font-size:15px;
  color:white;
  text-decoration:none;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.topmenu:hover{
  color:#fff100
}
a{
  color:#FFAB2B;
}
a:hover{
  color:#FFAB2B;
} 
.home_address{
   font-size:14px;
}
.rightmenu{
   font-size:16px;
}
.rightmenu a{
  color:#FFF;
  text-decoration:none;
}
.rightmenu a:hover{
  color:#FFAB2B;
  text-decoration:none;
} 
h1{
  font-size:25px;
  font-weight:bold;
  color:#ff0000;
}
h2{
  font-size:22px;
  font-weight:bold;
  color:#cc3300;
}
h3{
  font-size:19px;
  font-weight:bold;
  color:#cc3300;
}
h4{
  font-size:16px;
  font-weight:bold;
  color:#ff0000;  
}
h5{
  font-size:14px;
  font-weight:bold;
}
h6{
  font-size:13px;
  font-weight:bold;
}
.green{
   color:#2ba143;
}
.red{
  color:#cc3300;
}
.highlight_red{
    COLOR: #ff280a;
}
.highlight_green{
    COLOR: #337a4e;
}

.highlight
{
    BORDER-RIGHT: black 2px groove;
    BORDER-TOP: black 2px groove;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-LEFT: black 2px groove;
    COLOR: black;
    BORDER-BOTTOM: black 2px groove;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white
}
.highlight a
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;	
}
a.highlight_pink{
  color:#f554e8;
}
/*********************************/
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:210px;	
	width: 540px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -17px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	background:#231f20;
}
.paging a.active {
	font-weight: bold;
	background:#231f20;
	color:#920000;
	border: 1px solid #fff;
}
.paging a:hover {font-weight: bold;}
