body {
        margin:2;
        padding:0;
        font: bold 11px/1.5em Verdana;
        }

h2 {
        font: bold 9px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 11px;
}

img {
border: none;
}

/*- Menu Tabs 4--------------------------- */

#tabs4 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #99ccff;
      }
	  
#tabs4 ul {
          margin:0;
          padding:10px 0 0 5px;
          list-style:none;
      }
	  
#tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
#tabs4 a {
      float:left;
      background:url('tableft1.gif') no-repeat left top;
      margin:0;
      text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
      }
	  
#tabs4 a span {
      float:left;
      display:block;
      background:url('tabright1.gif') no-repeat right top;
      color:#6B78A9; padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:4px
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	
#tabs4 a span {
    float:none;
    color:red; font: bold 10.5px/1.2em Verdana;
	}
	
    /* End IE5-Mac hack */
#tabs4 a:hover span {
      color:green; font: bold 10.5px/1.2em Verdana;
      }
#tabs4 a:hover {
      background-position:0% -42px;
      }
#tabs4 a:hover span {
      background-position:100% -42px;
      }

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