body {
	margin: 0px;
}
td,th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a:link,a:visited,a:active {color:#333333;text-decoration: none;}
a:hover{color:#ff0000;text-decoration:underline;}

.STYLE1 {color: #FF0000}
.STYLE3 {color: #FF0000; font-weight: bold; }

    #tabs {
	float:center;
	width:100%;
      }
    #tabs ul {
	margin:0;
	padding:2px 0px 0 0px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 2px 0 8px;
      text-decoration:none;	  	
      }
    #tabs a span {
      float:left;
	  font-size: 14px;
      display:block;
      background:url("tabrightC.gif") no-repeat right top;
      padding:8px 15px 5px 7px;
      color:#333;
	  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:#000000;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }