
body {
    margin:0 auto 0 auto;
    padding: 0;
	text-align:center;
    background: #56A7FA;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FF3333;
}
h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #FF3333;
}

h1 {
    font-size: 197%;
}

h2 {
    font-size: 110%;
}

h3 {
    font-size: 100%;
    font-weight: bold;
}

p {
}

ol {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

ul {
	height:20px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul li {
    padding-left: 15px;
    background: url(images/img07.gif) no-repeat 0px 7px;
}

blockquote {
    margin: 0;
    padding-left: 20px;
    font-style: italic;
}

blockquote * {
    line-height: normal;
}

a {
    color: #E6F6FF;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

img.left {
    float: left;
    margin: 3px 15px 0 0;
}

img.right {
    float: right;
    margin: 3px 0 0 15px;
}

hr {
    display: none;
}

/* Menu */

#menu {
    width: 765px;
    margin: 0 auto;
    padding: 0 5px 5px 5px;
    background: #E3750F;
	border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; 
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    display: inline;
    margin: 0;
    padding: 0;
}

#menu a {
    float: left;
    width: 125px;
    text-decoration: none;
	text-align:center;
    font-size: 136%;
    color: #000000;
}

#menu a:hover {
    background: #FF9009;
    color: #ffffff;
}

/* Header */

#header {
    width: 765px;
    height: 150px;
    margin: 0 auto;
	background: #E3750F url(images/logo.gif) no-repeat;
    padding: 0 5px 5px 5px;
	font-family:"Courier New", Courier, mono;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	border-top: 1px solid; border-left: 1px solid; border-right: 1px solid;
}

/* Pagina */

#page {
    width: 730px;
    margin: 0 auto;
    padding: 30px 0;
}

/* Content */

#content {
	text-align:left;
    float: left;
    width: 740px;
    padding-top: 8px;
	color:#000000;
}
#content h1{
	color:#000000;
	text-decoration:underline;
}
#content h2{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
#content h3{
	color:#000000;
	text-decoration:normal;
	font-weight:bold;
	font-size: 100%;
}

#content li{
	list-style-type:disc;
}

#content table td{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
    float: left;
    font-size: 13px;
	color:#000000;
	padding-top:2px;
}
#content table th{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
    float: left;
    font-size: 13px;
	color:#000000;
	padding-top:10px;
	padding-bottom:5px;
}
#content table{
	padding-top: 20px;
}
#content table h2 {
    font-size: 110%;
	text-align:center;
}

.indicaz{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	float: left;
	font-size: 20px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

/* Footer */

#footer {
    width: 740px;
    margin: 0 auto;
    height: 15px;
    padding: 10px;
    background: #E3750F;
	border: 1px solid;
}

#footer p {
    margin: 0;
    line-height: normal;
    font-size: 85%;
	color:#000000;
}

#legal {
    float: left;
}

#links {
    float: right;
}

.link_mappe{
	font-size: 10px;
}
.bordonero{
	color:#000000;
}