﻿@import url("layout.css");

h1           {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 28px;
	color: #00AAAA;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}
h2           {
 	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 20px;
	color: #00AAAA;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	}
h3         {
	font-family: Arial;
	font-size: 18px;
	color: #000080;
	text-align: left;
	text-indent: 10;
	line-height: 100%;
	margin-bottom: 1;
	width: 565px;
	margin-left: 32px;
}
h4           {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
h5           {
	font-family: Arial;
	font-size: 14px;
	color: #996600;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
}
h6           {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	color: #000080;
	}
address		{
	font-family: Arial;
	font-size:12px;
	color: #AAAA00;
	text-align: left;
	font-style: italic;
	}
a		{
	font: normal normal bold 100% Arial;
	color: #000080;
	text-decoration: none;
}
 a:hover {
	color: #FF0000;
	text-decoration: none;
	}


body {
	background: url('../images/background_deepblue.gif') repeat;
	margin-bottom: 2px;
	margin-top: 2px;
	
}

.orizzontale {
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #000080;
	font-weight: bolder;
	background-color: #FFFFCC;
}
	
.titolo           {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 28pt;
	color: #FFFF00;
	font-weight: bold;
}

.titolo1 {
	font-family: Arial;
	font-size: 14pt;
	color: #FFFF00;
	}


#container {
	width: 870px;
	margin: 0 auto;
	}


#masthead {
	width: 870px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	

}


blockquote {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
	text-align: left;
	border-style: solid none solid none;
	border-width: thin;
	border-color: #000080;
	width: 195px;
	left: 0px;
	z-index: 1;
}
