﻿/* Layout CSS */
#layout {
	margin: 225px auto;
	margin-bottom: 0;
	margin-top: 0;
	width: 750px;
}
#header {
	background-image: url('IMAGES/index.jpg');
	width: 748px;
	height: 198px;
	border-bottom: 0;
	padding: 0;
	border: 1px solid #002D42;
}
#corpo {
	margin: 0;
	padding: 0;
	text-align: justify;
}
#colonna_1 {
	border: 0;
	padding: 0;
	float: left;
	width: 180px;	
}
#colonna_contenuto {
	border: 0;
	margin: 0;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 370px;
}
#colonna_contenuto2 {
	border: 0;
	margin: 0;
	float: left;
	padding-left: 15px;
	width: 555px;
}
#colonna_2 {
	border: 0;
	padding: 0;
	float: left;
	width: 170px;	
}
#credits {
	background-image: url('IMAGES/index2.jpg');
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding: 3px 170px 5px 190px;
	width: 390px;
	height: 102px;
}

/* Class */
body {
	font-family: Tahoma, Verdena, Arial, Helvetica;
	background-image: url('IMAGES/prova7cc.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 10pt;
	color: #002D42;
	margin-top: 0;
	margin-bottom: 0;
}
.underline {
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}
.centro {
	text-align: center;
}
.simbol {
	font-family: "Times New Roman";
}
a:link {
    color: #002D42;
    text-decoration: none;
}
a:visited {
    color: #002D42;
    text-decoration: none;
}
a:hover {
    color: #002D42;
    text-decoration: underline;
}

/* Intestazioni */
.titolo {
	font-size: 25px;
}
h2 {
	font-weight: normal;
	text-align: center;
}

/* Menu */
.tab1 {
	margin: 0;
	padding-left: 1px;
	background-color: #DFF4FF;
	word-spacing: 0;
	border: 1px solid #002D42;
	border-bottom: 0;
	font-size: 9pt;
	text-transform: uppercase;
}
.tab2 {
	margin: 0;
	border: 1px solid #002D42;
	padding-left: 2px;
	background-color: #FBFEFF;
	text-align: left;
	font-size: 9pt;
}
.box {
    margin: 0;
    text-align: justify;
    border: 1px dashed #AAE3FF;
    word-spacing: 0;
    padding: 0 2px 1px 2px;
    background-color: #FBFEFF;
}

/* Table */
table {
	border: 1px #AAE3FF solid;
	width: 100%;
}
caption {
	font-weight: bold;
	padding-bottom: 1px;
	text-align: right;
}
.sfondo {
	background-color: #AAE3FE;
	color: #002D42;
}
.sfondo2 {
	background-color: #FBFEFF;
	text-align: left;
	padding-left: 2px;
}

/* IMG */
img {
	border: 1px #AAE3FF solid;
}
.img {
	margin-left: 5px;
	float: right;
	border: 1px #AAE3FE solid;
}
.img2 {
	margin-right: 5px;
	float: left;
	border: 1px #AAE3FF solid;	
}
.img3 {
	margin-left: 5px;
	float: right;
	border-left: 1px #AAE3FE solid;
	border-bottom: 1px #AAE3FE solid;
}

/* Lista */
ul ul ul ul ul ul {
	list-style-type: circle;
}
ul ul ul ul {
	list-style-type: circle;
}
ul ul {
	list-style-type: circle;
}
ul ul ul ul ul{
	list-style-type: disc;
}
ul ul ul{
	list-style-type: disc;
}
li {
	font-size: 10pt;
}
