BODY {
	background : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 9pt;
	font-variant : inherit;
	cursor : default;
	font-stretch : narrower;
	color : #666666;
}
a:link {
	color: #404040;
	text-decoration:none
}
a:visited { color:#333333; text-decoration:none}
a:hover {
	color: Black;
	text-decoration:none;
	cursor: pointer;
}
a:active {
	color:#CCCCCC;
	text-decoration: underline;
}
a:focus {
	color:#CCCCCC;
	text-decoration:none;
	cursor: pointer;
}
.petit {
	color : #CCCCCC;
	font-size : 6pt;
	font-family : Arial, Helvetica, sans-serif;
}
.petitdebug {
	color : Black;
	font-size : 7pt;
	font-family : Arial, Helvetica, sans-serif;
}
.underlined {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size : 7pt;
}
