body,td {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

a:link,a:active,a:visited {
        color:000088; text-decoration: none;
        }
        a:hover {
        color:0000FF; text-decoration: underline;
        }
input,select,textarea{
                background-color: FFFFFF;
                font-family: verdana;
				font-size: 10px;
                color: 000000;
}
.edition{
         border-width:1px; 
		 border-style:dashed;		 
		 border-color:CCCCCC CCCCCC CCCCCC CCCCCC;       
}


a.info{
    position:relative; 
    z-index:24;
    text-decoration:none;
    }

a.info:hover{ z-index:25;}

a.info span{display: none}

a.info:hover span{ 
   	display: block;
	position: absolute; 
	top: 20px; 
	left: 20px; 
	width: 200px;
	padding: 5px; 
	margin: 0; 
	z-index: 100;
	font-size:11px;
	color: #888;
	background-color: #fff;
	text-align: justify;
	border:1px solid #000;
}

