body {
	font-family: Tahoma,Helvetica,Sans-serif,serif;
	font-size: 8pt;
	color: #999999;
	scrollbar-3dlight-color:#7D7D7D;
 	scrollbar-arrow-color:#FFFFFF;
 	scrollbar-base-color:#141614;
 	scrollbar-track-color:#141614;
 	scrollbar-darkshadow-color:#505050;
 	scrollbar-face-color:#505050;
 	scrollbar-highlight-color:#505050;
  	scrollbar-shadow-color:#7D7D7D; }

a:link {
	color: #B3A039;
	text-decoration: none; }
a:hover { 
	color: #D90000;
	text-decoration: none; }	
a:visited {
	color: #B3A039;
	text-decoration: none; }
		
a.imge img {
	border: 1px solid #434343;
	filter: alpha(opacity=60); -moz-opacity: 0.60; }
a.imge:hover img {
	border: 1px solid #F5BE02;
	filter: alpha(opacity=100); -moz-opacity: 100; }
	


/*- Menu Tabs 6--------------------------- */

    #tabs6 {
      float:right;
      width:550px;
      font-size:8pt;
      line-height:normal;
      }
    #tabs6 ul {
    	  float:left;
          margin:0;
          padding: 4px 0px 0 5px;
          list-style:none;
                }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:center;
      display:block;
      background:url("tabright6.gif") no-repeat right top;
      padding:5px 10px 4px 5px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#B4A741;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

      #tabs6 #current a {
              background-position:0% -42px;
      }
      #tabs6 #current a span {
              background-position:100% -42px;
      }