/* CSS Document */

body {
	background: url(images/body_bg.gif) left top #E2EAF1;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;

}


ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

body,td,th {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #333333;
	line-height:20px;
}


/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */

#menu5 {
        width: 180px;
        border-style: none solid none solid;
        border-color: #D0D0D0;
        border-width: 1px;
        margin: 5px;
		font-weight: bold;
		
        }

#menu5 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
		
        }

#menu5 li a:link, #menu5 li a:visited {
        color: #777;
        display: block;
        background: url(menu5.gif);
        padding: 8px 25px 0 10px;
        text-align: left;
        }

#menu5 li a:hover, #menu5 li #current {
        color: #777;
        background: url(menu5.gif) 0 -32px;
        padding: 8px 25px 0 10px;
        text-align: left;
        }

#menu5 li a:active {
        color: #777;
        background: url(menu5.gif) 0 -64px;
        padding: 8px 25px 0 10px;
        text-align: left;
        }
-->


#nav {
        margin: 0;
        padding: 0 0 4px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        /*float: right;*/
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(rounded.gif) no-repeat bottom center;
}
-->

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      /*float:right;*/
      width:100%;
      font-size:93%;
         /* border-bottom:1px solid #2763A5;*/
      line-height:normal;
	  font-weight: bold;
      }
    #tabs10 ul {
          margin:0;
          padding:18px 5px 0 50px;
          list-style:none;
      }
    #tabs10 li {
      /**/display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:right;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:right;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#676767;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#333333;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
	  color:#333333;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
	  
      }

      #tabs10 #current a {
              background-position:0% -42px;
			
      }
      #tabs10 #current a span {
              background-position:100% -42px; 
			   color:#333333;
      }
-->





