body {   
color : black;    
text-align :center;    
font-family : verdana, arial, sans-serif;   
font-size: 8pt;
background: #fff;
}

a:link {   
font-size : 8pt;    
text-decoration : none;    
color : black;    
margin-bottom : 0px; 	      
margin-top : 0px;   
padding: 0px; 
}

a:visited {  
font-size : 8pt;   
text-decoration : none;   
color:black;   
}

a:hover {  
font-size : 8pt;   
text-decoration : underline;   
color:black;   
background-color : #dddddd; 
}

a:active {		 
color : #cc0000; 	
background-color : 
transparent;
}

#content a 
{}

H3 {  
margin-top : 5px;    
margin-bottom : 5px;    
font-size : 120%;   
}

H1 {  
margin-top : 0px;    
margin-bottom : 5px;    
font-size : 300%;   
}

#footer {
	clear: both;
	/* background: #d5ccbb; */
	background: #ffffff url(img/line_f.gif) repeat-x top left;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
      line-height:normal;
      border-top:1px solid #666;
	}

/*  IE fixes */

#footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 

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

    #tabsF {
      float:left;
      width:100%;
      /* background:#d5ccbb;  */
      background: #ffffff url(img/line_h.gif) repeat-x bottom left;
      font-size:93%;
      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("img/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("img/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:#00F;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

