html, body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div#Master
{
    margin-left: auto;
    margin-right: auto;
    width: 992px;
}
div#Mid
{
    text-align: center;
}


/*- Menu Tabs 22--------------------------- */
    #tabs22 {
      font: bold 11px/1.5em Verdana;
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:93%;
      line-height:normal;
      border-bottom: solid 1px #dcdcdc;
      margin-bottom: 20px;
      }
    #tabs22 ul {
	margin:0;
	padding:10px 10px 0 375px;
	list-style:none;
      }
    #tabs22 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs22 a {
      float:left;
      background:url("images/tableft22.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs22 a span {
      float:left;
      display:block;
      background:url("images/tabright22.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs22 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs22 a:hover span {
      color:#FFF;
      }
    #tabs22 a:hover {
      background-position:0% -42px;
      }
    #tabs22 a:hover span {
      background-position:100% -42px;
      }
