body, li, table, input, select, option, textarea, .menu {

	font-size: 			11px;
	font-family: 		Verdana;
	color: 				#FFFFFF; 
}

body         {  
 scrollbar-face-color: #646464;
 scrollbar-shadow-color: #898989; 
 scrollbar-highlight-color: #898989;
 scrollbar-3dlight-color: #1D1D1D;
 scrollbar-darkshadow-color: #1D1D1D; 
 scrollbar-track-color: #2C2C2C; 
 scrollbar-arrow-color: #FFFFFF; 
 
}

A:link { text-decoration: underline; color: #C4C4C4;}
A:visited { text-decoration: underline; color: #C4C4C4;}
A:active { text-decoration: none;}
A:hover {text-decoration:underline; color:#FFFFFF;}


p, h1, h2, h3, h4 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1, h2, h3, h4 	{

}

h1 {
	font-size: 			13px;
	color: 				#B4B3B3;

}
h2 {
	font-size: 			12px;
	color: 				#B4B3B3;
}

h3 {
	font-size: 			12px;
	color: 				#424242;
}

h4 {
	font-size: 			12px;
	color: 				#424242;
}

input, select, textarea {

	font-size: 			11px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#FFFFFF; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#C7C7C7;
	background-color:	#343435;

}

td.bgleft {
 
 		background-image: url('images/bgleft.jpg'); 
               background-attachment: scroll;
               background-repeat: repeat-y; 
               background-position: right top;  
}


td.bgright {
 
 		background-image: url('images/bgright.jpg'); 
               background-attachment: scroll;
               background-repeat: repeat-y; 
               background-position: left top;  
}

  div#scrollingRegion {
    width: 526px;
    height: 380px;
    overflow: auto;
    background-color: #A80211;
  }
  
  div#leftSide, div#rightSide {
    width: 263px;
    float: left;
  }

  #imageSlider {
    display: none;
    _display: block;
  }