/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	color: #000000;
	letter-spacing: 2px;
}
body {
	background-color: #DCDADA;
}

a:link {
    color:#666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
    text-decoration: underline;
	color:#666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
}

a:hover {
		color: #666666;
		font-family: Georgia, Times New Roman, Times, serif;
		position: relative;
        left: 1px;
        top: 1px;
		font-weight:bold;
		border-bottom:dotted 1px #666666;
}

a:active {
    text-decoration: underline;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	font-weight:bold;
}

h2 {
	font-size: 14pt;
	background-image:url(images/titoli.jpg);
	background-repeat:no-repeat;
    height:31px;
	font-family: Century Gothic, Verdana, Times New Roman, Sans Serif;
	text-align:center;
	text-transform:uppercase;
    font-weight:bold;
	color:#000000;
	letter-spacing: 2px;

}


.text {
	font-family: Georgia, Times New Roman, Times, serif;	
	font-size: 8pt;
	color: #000000;
	text-align:justify;
	letter-spacing: 2px;
}

b, bold, strong {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	color: #640909;
	font-weight:bolder;
}



i, em {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	color: #7f0c0c;

}


u {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	color: #ad0505;
	border-bottom: dashed 1px #ad0505;
	
}


img {
	border: none;
}

li{ 
	padding:0 0 2px 0;
	margin-left:1px;
	color: #000000;
	list-style-type:none;
}

ul{
	padding:0;
	margin:0px;
}

blockquote { 
	background-image:url(images/background.gif);
	padding-left: 10px;
	padding-right: 5px;
	border: 1px black solid;
	}
	
	