body {
	background-color: #ffffff;
	font-family: "Century Gothic";
	color: Black;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
a:link, a:visited, a:href {
	font-family: "Century Gothic";
	text-decoration: none;
	font-weight: normal;
	color: #F0F0F0;
	font-size: 12px;
}
a:hover {
	font-family: "Century Gothic";
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

/*----  TABELLE ----*/
table.tabelle {
	margin-bottom: 0px;
	padding: 0px;
	font-family: "Century Gothic";
	color: Black;
	font-size: 12px;
	font-weight: normal;
}
table.tabelle th {
	background: url(../img/tbtitolo.png) repeat-x;
	color: Black;
	font-family: "Century Gothic";
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	height: 19px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 1px;
}

table.tabelle td {
	font-size: 12px;
	color: Black;
	font-family: "Century Gothic";
	font-weight: normal;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
/*----  FINE TABELLE ----*/
