/* CSS Document */

body{
	margin-top:0px;
	margin-bottom:0px;
}

#tabella_contenitore {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.tabella {
	border-color:#CCCCCC;
}
	
.tabellafoto {
	border-color:#6666CC;
	margin-left:15px;
}

.titolo{
	font-family:"Century Gothic";
	font-size:15px;
	color:#333333;
	font-weight:bold;
	text-align:left;
	margin-left:86px;
}

.testo{
	font-family:"Century Gothic";
	font-size:11px;
	color:#333333;
	text-align:justify;
}

.testorosso {
	color: #e4261a;
	font-weight: bold;
}

.testocentrato{
	font-family:"Century Gothic";
	font-size:11px;
	color:#333333;
	text-align:center;
}

.grassetto{
	font-family:"Century Gothic";
	font-size:11px;
	color:#e4261a;
	font-weight:bold;
}

.azzurro{
	font-family:"Century Gothic";
	font-size:11px;
	color:#6666CC;
}


.testosotto{
	font-family:"Century Gothic";
	font-size:11px;
	color:#666666;
	font-weight:bold;
	margin-right:30px;
	margin-left:10px;
}

.testoform{
	font-family:"Century Gothic";
	font-size:10px;
	color:#666666;
	font-weight:bold;
}

.titolotabella{
	font-family:"Century Gothic";
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

a:link {
	color:#626264;
	text-decoration:underline;
}
a:hover {
	color:#626264;
	text-decoration:underline;
}
a:visited {
	color:#626264;
	text-decoration:underline;
}