body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
        background-image:url("../img/brick.jpg");
	background-color: #EEEEEE;
	color: #000000;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 4%; 
}

a:link { 
        color: #0000FF;
}
a:visited { 
        color: #8B008B;
}
a:focus {
	color: green;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0000FF;
}
a:active {
	color: red;
}

div abbr {text-decoration: none;}

a img {
/*	border-style: none;*/
}

img.imgsx {
	float: left;
}
img.imgdx {
	float: right;
}

br.nofloat {
	clear: both;
}

div.main {
/*	text-align: justify; */
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
	width: 90%;
	left: 4%;
	right: 3%;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.left {
	float: left;
	width: 24%; 
	min-width: 150px;
/*      border: 2px solid #FF4500; */ 
/*      padding: 2px; */
}
div.middle {
	float: left;
	width: 50%; 
	min-width: 280px;
/*      border: 2px solid #FF4500; */ 
/*      padding: 2px; */
}
div.right {
	float: right;
	width: 24%; 
	min-width: 150px;
/*      border: 2px solid #FF4500; */
/*	padding: 2px; */
}
div.tableft {
        float: left; 
        text-align: center; 
        width: 33%; 
} 
div.tabright { 
        float: right; 
        text-align: center; 
        width: 33%; 
}

p.txt {   
	text-align: justify;
	margin-top: 2%;
        margin-left: 2%; 
	margin-right: 2%;
}

h1.title {
        text-align: center;
	font-family: Times, "Times New Roman", Garamond, serif;
}
h2.title {
        text-align: center;
        font-size: 125%; 
	font-family: Times, "Times New Roman", Garamond, serif;
}
h2.titlel {
        text-align: left;
        margin-left: 2%; 
        font-size: 125%; 
	font-family: Times, "Times New Roman", Garamond, serif;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.small {
        font-size: 85%; 
}
.bold {
        font-weight: bold; 
}

ol {
 	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ul.up  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
        list-style-image:url("../img/red_ball.gif");
	text-align: left;
	margin-top: 2%;
	margin-bottom: 2%;
}
ul.low {
	font-family:  Helvetica, Arial, Verdana, sans-serif;
        list-style-image:url("../img/gre_ball.gif");
	text-align: left;
}

caption { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;  
	font-weight: bold;
	text-align: center;
}
table {
	width: 100%;
	border-collapse: separate; 
	border-spacing: 1px 1px;
	empty-cells: show;
/*      border: 1px;
	padding-left: 10px;
	padding-right: 10px; */
}
td {
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
}
th { 
	color: #0000FF; 
	vertical-align: middle;
	text-align: center;
}
td.evidenza {
	font-weight: bold;
}
