/* CSS Document */
/* html */
body {
	background-color: White;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


a#active {color: #990000;
	text-decoration: none;
	
}
h1 {
	color: #14155A;
	font-size: 18px;
	text-align: center; 
	padding-top: 40px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
	
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A41F1F;
	text-decoration: underline;
}

ul {
	list-style: disc; 
	padding: 7px;
}

.td_titolo{
	background-color: #C2C2C2;
	text-align: center;
	padding: 7px 7px 7px 7px;
	line-height: 12px;
}
td.mese {
	width: 250px;
	background-color: #bd0000;
	border-left: thin solid #ac0000;
	border-right: thin solid #ac0000;
	border-top: thin solid #ac0000;
	border-bottom: thin solid #ac0000;
	vertical-align: top;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.descr{
	text-align: left;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	padding: 5px;
}
td.corpo {
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	vertical-align: top;
	width: 250px;
}
.testata{
	border: 1px solid #C2C2C2;
}
p.principale {
	margin: 0px 0px 5px 21px;
	padding: 0px 5px 0px 0px;
}
p.secondario {
	margin: 0px 0px 5px 28px;
	background-image: url(imagebase/tri.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}
