body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	color: #000000;
	background: #FFFFFF;
}
a, a:visited, a:active, a:link {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	color: #000000;
}
table.principale {
	/*cell-spacing: 0px;*/
	background-color: #FFFFFF;
	width: 100%;
}
td.sx {
	background-color: #CCCCCC;
	width: 70px;
}
td.dx {	
}
h1 {
	font-size: 1.6em;
        font-style: bold;
	color: #0066CC;
}
h2 {
	font-size: 1.3em;
        font-style: bold;
	color: #0066CC;
}
h3 {
	font-size: 1.0em;
        font-style: bold;
	color: #0066CC;
}
h4 {
	font-size: 0.8em;
        font-style: bold;
	color: #0066CC;
}
hr {
	width: 100%;
	color: #666666;
}
.title {
	background-color: #3399CC;
	white-space: nowrap;
}
td.title {
	background-color: #DDDDDD;
	white-space: nowrap;
}

.bottom {
	font-size: 0.7em;
}

.navbar {
        background-color: #666666;
}
td.navbar {
        background-color: #DDDDDD;
}
a.navbar, a:visited.navbar, a:active.navbar, a:link.navbar {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
        background-color: #DDDDDD;
}
a:hover.navbar {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
        background-color: #FFFF;
}
