html {
	margin: 0px;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Verdana', 'Bitstream Vera Sans', 'Arial', 'Helvetica';
	color: #666666;
	background: url(../immagini/bg.gif) repeat-x;
}

body {
	width: 768px;
	margin: auto auto;
	background: url(../immagini/bg_over.png) repeat-y;
}

img {
	border: 0;
}

textarea {
	font-family: 'Verdana', 'Bitstream Vera Sans', 'Arial', 'Helvetica';
	font-size: 11px;
}

input {
	font-size: 10px;
	color: #333333;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #303198;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

#header {
	margin: auto auto;
	width: 760px;
	height: 186px;
	min-height: 186px;
	background: url(../immagini/header.jpg) no-repeat 100% 100%;
}

#page {
	margin: auto auto;
	width: 760px;
	background: #ffffff;
}

#left_side {
	float: left;
	width: 191px;
	margin-right: 10px;
}

#inside {
	margin-left: 201px;
}

#footer {
	text-align: center;
	margin: auto auto;
	width: 760px;
	padding: 3px;
	border-bottom: 1px solid #efefef;
	font-size: 11px;
}

.row {
	margin: auto auto;
	width: 760px;
	height: 16px;
	min-height: 16px;
	background: url(../immagini/row.gif) repeat-x;
}

.menu div {
	background: #EEEEEE;
	font-size: 11px;
}

.menu a, .menu a:visited {
	font-size: 13px;
	background: #efefef;
	color: #666666;
	padding: 6px;
	padding-left: 15px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cccccc;
}

.menu a:hover {
	font-size: 13px;
	background: #e0e0e0;
	color: #000000;
	padding: 6px;
	padding-left: 15px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cccccc;
}

.text_box {
	padding-left: 15px;
	border-bottom: 1px solid #cccccc;
}

.text_box_title	{
	font-weight: bold;
}

.data {
	color: #999999;
	font-weight: bold;
}

.contenuto_box {
	padding-right: 10px;
}
.testo {
	text-align: justify;
	padding-bottom: 10px;
	border-bottom: 3px double #cccccc;
}

.testo img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.form_gest {
	font-size: 11px;
}

.form_gest table {
	width: 100%;
}

.form_gest table tr th {
	background: #efefef;
}

.form_gest label {
	float: left;
	width: 100px;
}
