body{color:#000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:0px;
	background-image:url(allbg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	}
body,td,table{
	font-size:12px;
}
a:link,a:visited,a:active {color:#000000;text-decoration: none;}
a:hover{color:#F60; text-decoration: underline}

.menu{height: 30px;display: block; padding:0px 18px; letter-spacing: 2px; line-height:30px; text-align: center; float:left; margin:0px 0px 0px 0px}
a.menu{font-size: 14px; color: #FFF; font-weight:bold}
a.menu:link{color:#FFF; text-decoration:none;}
a.menu:visited{color:#FFF; text-decoration:none;}
a.menu:hover{height:30px; color:#FFFFA0; text-decoration:none; background-image:url(menub.jpg)} 

/*- Menu Tabs--------------------------- */ 

    #tabs {
	float:center;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom: #0E3967 2px solid;
      }
    #tabs ul {
	margin:0;
	padding:5px 5px 0 10px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 5px 0 4px;
      text-decoration:none;
	  letter-spacing:2px	  	
      }
    #tabs a span {
      float:left;
	  font-size: 14px;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:6px 10px 4px 8px;
      color:#FFF;
	  font-weight:bold
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#006092;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

