BODY, TD  {font-family: Helvetica; font-size: 13}

A:link    {text-decoration: underline; color: #6600FF}
A:visited {text-decoration: underline; color: #6600FF}
A:hover   {text-decoration: none; color: #6600FF}
A:active  {text-decoration: none; color: #6600FF}

H4 {font-family: Helvetica, Arial, Verdana; font-size: 13; font-weight: normal}
H3 {font-family: Helvetica, Arial, Verdana; font-size: 14; font-weight: normal}
H2 {font-family: Helvetica, Arial, Verdana; font-size: 15; font-weight: bold}
H1 {font-family: Helvetica, Arial, Verdana; font-size: 16; font-weight: bold}

.smalltxt {
	FONT-FAMILY: Helvetica, Sans-Serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
}

.darkredbold {
	FONT-FAMILY: Helvetica, Sans-Serif; color: DD0000;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}

.importanttxt {
	FONT-FAMILY: Helvetica, Sans-Serif;
	FONT-SIZE: 14px;
}

.text2 {
	FONT-FAMILY: Helvetica, Sans-Serif;
	FONT-SIZE: 13px;
}

.text3 {
	FONT-FAMILY: Helvetica, Sans-Serif;
	FONT-SIZE: 12px;
}

.text4 {
	FONT-FAMILY: Helvetica, Sans-Serif;
	FONT-SIZE: 11px;
}

.hpboxtxt {
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 12px;
}

.hpboxheadtxt {
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF; 
}

.button {
	BACKGROUND-COLOR: #666600;
	COLOR: #FFFFFF;
	CURSOR: hand;
	FONT-FAMILY: Arial, Helvetica, Verdana sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	FONT-STYLE: normal;
	HEIGHT: 22px;
	VERTICAL-ALIGN: middle;
	BORDER: 1px solid #000000;
}

.input {
    font-family: Helvetica, Arial, Tahoma sans-serif;
	font-size: 8pt;
	background-color: #E9E9E9;
	color: #000099;
	border-bottom: #CCCCCC 1pt solid;
	border-left: #025A36 1pt solid;
	border-right: #CCCCCC 1pt solid;
	border-top: #025A36 1pt solid
}


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

	#content {
		position:absolute;
		float:center;
		top:90px;
		left:0px;
		right:0px;
		width:100%;
		font: normal 11px/1.5em Verdana;
	 }

    #headercss {
      float:right;
      width:100%;
	  height:86px;
          background:#000099;
      font-size:100%;
      line-height:normal;
          border-bottom:1px solid #C2BDAE;
    }
	#headercss h1 {
		  position:absolute;
          margin:0;
		  top:0px;
		  left:5px;
          padding:0px 0 0 0px;
          list-style:none;
		  FONT-FAMILY: Helvetica, Sans-Serif;
		  FONT-SIZE: 18px;
      }
	#headercss h2 {
		  position:absolute;
          margin:0;
		  top:0px;
		  right:0px;
          padding:10px 5px 0 50px;
          list-style:none;
      }
	#headercss h3 {
		  FONT-FAMILY: Helvetica, Sans-Serif;
		  FONT-SIZE: 12px;
		  margin:0;
		  left:5px;
          padding:0px 0 0 0px;
          list-style:none;
      }
    #headercss ul {
		  position:absolute;
          margin:0;
		  top:52px;
		  right:0px;
          padding:10px 5px 0 50px;
          list-style:none;
      }
    #headercss li {
      display:inline;
      margin:0;
      padding:0;
      }
    #headercss a {
      float:right;
      background:url("/css/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #headercss a span {
      float:left;
      display:block;
      background:url("/css/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000099;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #headercss a span {float:none;}
    /* End IE5-Mac hack */
    #headercss a:hover span {
      color:#FFF;
      }
    #headercss a:hover {
      background-position:0% -42px;
      }
    #headercss a:hover span {
      background-position:100% -42px;
      }

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