body {
    font-family: "verdana", sans-serif;
    font-size: 9pt;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tableau {
          font-family: "verdana", sans-serif;
          font-size: 9px;
          color: #666666;
         }
	
A:link {
        color: #666666;
        text-decoration: none;
        font-weight: bold;
       }
	
A:visited {
           color: #666666;
           text-decoration: none;
           font-weight: bold;
		      }

A:hover {
         color: #999999;
         text-decoration: none;
         font-weight: bold;
	     	}

A:active {
          color: #666666;
          text-decoration: none;
          font-weight: bold;
	    	 }
