body, table, tr, td, div, p {
	font-family: Verdana, Geneva, Helvatica, sans-serif;
	font-size: 10 px;
	color: #656565;
}
body {
	background: #FFFFFF;
}
.noPrint {
	display: none;
}
.ImgPrint {
	display: true;
}
#Print {
	display: block;
	width:100%;
}

div.DescriptionsResultats {
	font-family: Verdana, Geneva, Helvatica, sans-serif;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

td.ListResult {
	width: 50%;
    padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 5px;
	color: #656565;
	font-family: Verdana, Geneva, Helvatica, sans-serif;
	vertical-align: top;
	
}
table {
	width: 100%;
}
/**** Main Links ****/
a:link {
	text-decoration: underline;
	color: #656565
}
a:visited {
    text-decoration: underline;
	color: #656565
}
a:hover {
	text-decoration: none;
	color: #FF9900
}
a:active {
    text-decoration: underline;
	color: #656565
}
