/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

a:active {
	text-decoration: underline;
	color: #FF6600;
}

a.lienSpaph:link {
	color:#CCCCCC;
	text-decoration: none;
}

a.lienSpaph:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a.lienSpaph:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

a.lienSpaph:active {
	text-decoration: underline;
	color: #CCCCCC;
}

.style1 {
	color: #FF6600;
	font-weight:600;
	font-size:11px;

}

.style2 {
	color: #003399;
	font-size: 11px;
}

.style4 {
	color: #FF6600;
	font-weight:600;
}