body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 12px;
        font-weight: normal;
        background: #605A4C;
        }

h1 {
       font: bold 15px Verdana, Arial, Helvetica, sans-serif;
       color: #B22222;
       margin: 10px;
}		

h2 {
       font: bold 14px Verdana, Arial, Helvetica, sans-serif;
       color: #B22222;
       margin: 10px;
}

h3 {
       font: bold 13px Verdana, Arial, Helvetica, sans-serif;
       color: #B22222;
       margin: 10px;
}

a img {
	border: none;
}

img.r {
	float: right;
	margin-left: 10px;
}

img.l {
	float: left;
	margin-right: 10px;
}

p {
	font-size: 12px;
	color: #000000;
	margin: 8px 8px 8px 8px;
}

a {
	text-decoration: underline;
    color: #00008B;
}

td {
	font-size: 11px;
	color: #000000;
	margin: 8px 8px 8px 8px;
}

a:hover {
	text-decoration: underline;
	color: #DC143C;
}

a:visited {
	text-decoration: underline;
	color: #777777;
}

.footer {
	font-size: 9px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	height:12px;
	background: #86816D;
}

/*- Top Menu --------------------------- */

    #tabsH {
      float:left;
      width:100%;
      background:#000000;
      font-size:10px;
      color: #ffffff;
      line-height:normal;
      }
    #tabsH ul {
        margin:0;
        padding:4px 6px 0 0px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("tabrightH.gif") no-repeat right top;
      padding:5px 10px 4px 2px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

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