	/* <![CDATA[ */
	    body{
	   	    margin: 0;background-color:#ffffff
	    }



		/*               LEGEND               
		| .content    -- the content div             |
		| #tabs       -- the div that holds all tabs |
		| .tab        -- an inactive tab             |
		| .tabActive  -- an active tab               |
		| .tabHover  -- an inactive tab onMouseOver  |
		|___________________________________________*/
		
     .content {
         position: absolute;
         left: 0px;
         top: 29px;
		 width=810px;
         font-family: Trebuchet MS, Arial, sans-serif;
         padding: 1px 12px 12px 12px;
         margin: 0 3px;
         z-index: 500;
         background-color: #ffffff;
     }
     }
      #tabs {
         position: absolute;
         top: 12px;
         left: 0px;
         height: 22px;
         white-space: nowrap;
         width: 850px;
         font-size: 10pt;
         font: Menu;
         cursor: default !important;
         font-weight: 700 !important;
         white-space:nowrap;
      }
      .tab {
         position: relative;
         border: 1px solid #347;
         border-bottom: 0;
         padding:2px 9px 1px 9px;
         background-color: #bcd;
         color:#333;
         z-index: 100;
     }
      .tabActive {
         position: relative;
         border: 1px solid #337;
         border-bottom: 0;
         padding: 3px 9px 1px 9px;
         background-color: #f3f6f9;
         top: 1px;
         z-index: 10000;
      }
      .tabHover {
         position: relative;
         border: 1px solid #337;
         border-bottom: 0;
         padding:2px 9px 1px 9px;
         background-color: #bcd;
         color:#333;
         z-index: 1200;
      }	
	/* ]]> */
	
	A {
	TEXT-DECORATION: none;
	COLOR: black
}
A:hover {
    TEXT-DECORATION: none;
	COLOR: gold
}
a:visited { TEXT-DECORATION: none; COLOR: #333333}
