@charset "UTF-8";
/* CSS Document */

.titolo_home {
	color: #FFF;
	font-size: 36px;
}
.titolo_tipo {
	color: #FFF;
	font-size: 24px;
	text-align: left;
}
.titolo_pagina {
	color: #000;
	font-size: 14px;
}
.titolo_news {
	color: #FFCC00;
	font-size: 24px;
}
.sezione_tipo {
	color: #FFF;
	font-size: 20px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #090;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #090;
}
a:hover {
	text-decoration: none;
	color: #030;
}
a:active {
	text-decoration: none;
	color: #030;
}
.centrato {
	text-align: center;
}
.giustificato {
	text-align: justify;
}
.grassetto {
	font-weight: bold;
}
.corsivo {
	font-style: italic;
}
.news_title {
	font-size: 16px;
	color: #000;
}
.news_body {
}
.grassetto {
	font-weight: bold;
}

