/*tag generali*/

body {
 background-color: #2B839B;
  padding: 20px;
  margin: 0px;
  text-align: center;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #000000;
	margin-top: 4px;

}

/*divs*/

#testata{background-image:  url(grafica/logo.gif);
		height: 112px;
		background-repeat: no-repeat;
		background-position: center center;
}


#centra_box {text-align: left;
  			vertical-align: middle;	
			margin: 0px auto;
			padding: 0px;
			width: 600px;
			background-color: #ffffff;
			}


#testo{
	text-align: left;
	width: 580px;
	padding: 10px;
	margin-top: 4px;
	border-top: 1px solid #CCCCCC;
		}
		
#navcontainer{
	margin: 0px 0px 10px;
	clear: both;
	width: 600px;
	height: 24px;
	background-color: #FF6699;
	padding: 0px;
	border-top: 2px double #fff;
	
				}

#navcontainer ul
{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 7px;
	margin-left: 0px;
	background-color: #FF6699;
	color: White;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	
}

#navcontainer ul li { 
					display: inline;
					}

#navcontainer ul li a
{
	padding: 0.3em 0.2em 0.3em 0.3em;
	background-color: #FF6699;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: 1em;
}

#navcontainer ul li a:hover
{
background-color: #fff;
color: #999933;
}

#recapiti{
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
		}
		
#roundtop { 
	margin: 0px;
	height: 10px;
	background:   url(grafica/up.gif) no-repeat top; 
	
}

#roundbottom { 
	margin: 0px;
	background:   url(grafica/down.gif) no-repeat bottom; 
}

/*classi*/

p.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-bottom: 0px;
}

.testata{display: none;
		}
h3.recapiti {font-size: small;
			color: #000000;
			}
h2.verdino {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bolder;
	white-space: normal;
	text-indent: 10px;
	background-color: #999933;
}
a.recapiti {color: #EC008E;
			}
h2 {
	font-family: Georgia, Times, serif;
	font-size: small;
	color: #003399;
	font-weight: bolder;
	white-space: normal;
	text-indent: 10px;
	font-style: italic;

	
}
a:link {
	color: #EC008E;
}
a:visited {
	color: #CC3399;
	font-style: italic;
}
a:active {
	color: #EC008E;
}
em {
	font-style: italic;
	font-weight: 200;
	color: #666666;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999933;
	font-size: small;
}
img.float {
	float:left;
	margin-right: 10px;
}
p.news  {
	color: #003366;
	font-weight: bold;
	font-size: small;
}
img {
	border: none;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: small;
}
caption {
	margin-top: 50px;
	font-size: x-small;
}
h4 {
	text-align: center;
	color: #FFFFFF;
	background-color: #FF6699;
	font-size: large;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #339999;
	text-align: center;
}
h6 {
	font-size: small;
	text-indent: 10px;
	color: #FF0099;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;
	padding-top: 30px;
}

