body              { text-align: center; font-size: 10pt; color: #000080; background-color: #EFEFEF; font-family: helvetica, arial, sans-serif; }
hr                { color: #FF8080; }
h1,h2,h3,h4,h5,h6 { color: #000080; font-family: helvetica, arial, sans-serif; text-decoration: none; text-align: center; }
h1                { font-size: 16pt; }
h2                { font-size: 14pt; }
h3                { font-size: 12pt; }
h4                { font-size: 11pt; }
h5                { font-size:  9pt; }
h6                { font-size:  8pt; }
pre               { font-size: 10pt; color: #000080; font-family: courier, serif, "courier new"; }
table             { position: static; align: center; empty-cells: show; }
tr,th,td          { font-size: 10pt; font-family: helvetica, arial, sans-serif; padding: 2pt; text-align: center; vertical-align : top; }
.trbody           { color: #000080; background-color: #EFEFEF; }
tr                { color: #500000; background-color: #F4F4F4; }
th                { color: #C00000; background-color: #F4F4F4; }
a,a:link,a:visited,a:active,a:hover { color: #5F0080; text-decoration: none; font-weight : bolder; }
a:hover           { text-decoration: underline; }

/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#EFEFEF;
      font-size:85%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("/icons/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("/icons/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }