
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #091f5b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #091f5b;
}

h2{
 font-size: 90%;
 margin-left: 20px;
 color: #808080;
}

h3{
 font-size: 100%;
 color: #091f5b;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				
.Stile1 {
	color: #364879
}

.Stile2 {
	color: #cccccc
}

#siteInfo{

	clear: both;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#testata{
	border-bottom: 1px solid #cccccc;
}

#testo{
	clear: both;
	border-left: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

.bottone{
	clear: both;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
