/* CSS Document */
body {
	background-color:red;
	font-family:Verdana;
	font-size:11px;
}
a:link {
	color: #616161;
	text-decoration: none;
}
a:visited {
	color: #616161;
	text-decoration: none;
}
a:hover {
	color: #616161;
	text-decoration: underline;
}
a:active {
	color: #616161;
	text-decoration: none;
}
.style1 {font-weight: bold}

table,tr,td
{
font-family:Verdana;
	font-size:11px;
}

.case
{
	border:0;
	font-family:Verdana;
	font-size:11px;
}

.valider
{
	border:0;
	font-family:Verdana;
	font-size:11px;
	background-color:#C0C0C0;
}
