/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


a.mail:link {
	color: #0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.mail:visited {
	color: #0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.mail:hover {
	color: #0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.mail:active {
	color: #0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	margin-top: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
p {
	text-align: justify;
}
p.center {
	text-align: center;
}
p.left {
	text-align: left;
}
p.right {
	text-align: right;
}

img {
	border: 1px black;
}
img.no_border {
	border: 0px;
}

ul {
	line-height: 200%;
}

.title_section {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.title_Times {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

.title_green1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #008080;
	text-align: center;
}

.title_red {
	font-family: Times New Roman, Times, serif;
	text-align: center;
	color: #800000;
	font-size: 24px;
}

.title_green2 {
	font-family: Times New Roman, Times, serif;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #008080;
}

.hidden{
	font-size: 5px;
	color: #FFFFFF;
}

.epigrafe {
	font-size: 10px;
}

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.table {
	margin-top: 0px;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
