@charset "utf-8";
/* CSS Document */

a:link{
	color:#3333CC;
}
a:visited{
	color:#666699;
}
a:active{
	color:#990099;
}
body{
	font-family: Arial, verdana,arial,helvetica;
	background-image:url(images/wavtile.gif);
	color:#0000FF;
	background-color:#FFFFFF;
	text-align:center;
	margin:0;
	padding:40px 0 0 0;
	font-size:13px;
	font-weight:bold;
}
.titolo {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color:#000000;
}
.titolo2 {
	line-height:150%;
	font-size:16px;
	color:#000000;
}
.red {
	color:#FF0000;
}
table tr td{
	text-align:center;
	vertical-align:top;
}
td.bordato1 {
	border-left:#990033 double 4px;
	border-right:#990033 double 4px;
	border-top:#990033 solid 2px;
	border-bottom:#990033 double 4px;
}
td.bordato2 {
	border-top:#990033 solid 2px;
	border-left:#990033 double 4px;
	border-right:#990033 double 4px;
}
td.bordato3 {
	border-left:#990033 double 4px;
	border-right:#990033 double 4px;
}
td.bordato4 {
	border-bottom:#990033 double 3px;
}
div {
	padding:10px;
}
td.bordatoTop {
	border-top:#990033 solid 2px;
}
td.bordatoLeftRight {
	border-left:#990033 solid 2px;
	border-right:#990033 solid 2px;
}
td.bordatoRight{
	border-right:#990033 solid 2px;
}
.padding5TB {
	padding:5px 0 5px 0;
}