﻿*
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
}

ul,li {margin:0px; }

body
{
	background-color: Teal;
	font-size: 10px;
	color: dimgray;

}

input, select,textarea
{
	font-size: 10px;
	color: dimgray;
}

h5
{
	font-size: 12px;
	
}
h6
{
	font-size: 10px;
	font-weight:bold ; 
}
.Centra{margin-left:auto;margin-right:auto; }


.Pagina
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	overflow: hidden;
}
.Testata{  height: 150px;background: url(Immagini/Testata.jpg);text-align:right; }

.Menu
{
	background-attachment: fixed;
	background: url(Immagini/Menu.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 47px;
}
.Menu .InfoData
{
	width: 170px;
	height: 42px;
	padding-top: 4px;
	padding-left: 4px;
	color: White;
	font-weight: bold;
	float: left;
	line-height: 18px;
	text-align: center;
	overflow: hidden;
}
.Menu .Links
{
	width: 815px;
	height: 25px;
	padding-top: 21px;
	padding-left: 4px;
	overflow: hidden;
	color: White;
	float: left;
}

.Menu .Links ul
{
	margin-left: 15px;
	list-style-type: none;
}
.Menu .Links li
{
	width: auto;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	border-right: whitesmoke 2px solid;
}
.Menu .Links .Fine
{
	border-right-style: none;
}
.Menu .Links a
{
	float: left;
	display: block;
	text-decoration: none;
	color: White;
	font-weight: bold;
}
.Menu .Links a:hover
{
	color: Lime;
}
.Menu .Links a:active
{
	color: Red;
}
.Menu .Links a:visited
{
	color: Yellow;
}

.LatoSx
{
	padding-top: 2px;
	width: 185px;
	float: left;
	overflow: hidden;
}

.LatoSx a
{
	background-position: left top;
	background-attachment: fixed;
	background: url(Immagini/Matita.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 158px;
	display: block;
	padding: 5px 0px 0px 25px;
	text-decoration: none;
	font-weight: bold;
	color: Blue;
}
.LatoSx ul
{
	margin-left: 15px;
	list-style-type: none;
	margin: 0px;
}
.LatoSx a:hover
{
	background: url(Immagini/Matita_Hover.jpg);
}

.Centro
{
	padding: 2px 4px 0px 4px;
	min-height: 400px;
	float: left;
	width: 620px;
	overflow: hidden;
}
.Centro .Titolo
{
	background-attachment: fixed;
	background: url(Immagini/SfTitBox.jpg);
	background-repeat: repeat-x;
	height: 18px;
	padding: 6px 2px 2px 2px;
	color: White;
	font-weight: bold;
	text-align: center;
}
.LatoDx
{
	padding-top: 2px;
	float: left;
	width: 185px;
	overflow: hidden;
}



.Bottom
{
	margin-top:5px;
	background: url(Immagini/SfBottom.jpg);
	height: 22px;
	text-align: center;
	color: White;
	font-weight: 800;
	margin-left: auto;
	margin-right: auto;
}
