@charset "utf-8";
/* CSS Document */

body {
	background-color: #E9E9E9;
	margin-top: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 

.repet{
	background-repeat: no-repeat;
}	

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002E6C;
	line-height: 25px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003676;
	font-weight: bold;
}

a:visited {
	color: #003676;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: none;
}

a:active {
	color: #003676;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
-->
</style>