body {
	/*background-color: #11ccee;*/
	text-align: left;	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: medium; 
	font-weight: bold; 
	color: #333333;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: bold; 
	color: #333333;
}

.testopiccolo { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #333333;
}

.testo {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333333;
	text-align: left;
}

.testoc {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333333;
	text-align: center;
}

.testo_sx {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333333;
	text-align: left;
	padding-left: 5px;
}

.sottolineato {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333333;
	border-bottom: solid #336699;
}

.testobianco { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 	
	font-weight: normal; 
	color: #FFFFFF; 
	font-style: normal;
}

.titoletti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}

.testoazzurro {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #336699;
}

.tabella_con_padding {
	padding-left: 10px;
	padding-right: 10px;
}

.tabella_con_spazio {
	margin-left: 5px;
	margin-right: 5px;
}

.errore {
	color: red;
	font-size: small;
	margin: 0px 0px 0px 0px;
	font-style: italic;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration:none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none
}

a:link div {
	color: white;
}

a:visited div {
	color: white;
}
a:hover div {
	color: white;
}
a:active div {
	color: white;
}
a:link td {
	color: white;
}

a:visited td {
	color: white;
}
a:hover td {
	color: white;
}
a:active td {
	color: white;
}

img {
	border: 0px;
}

.condizioni {
	width: 350px;
	height: 80px;
	overflow: auto;
	border: 1px solid black;
	margin: 4px auto;
	text-align: justify;
	padding: 3px;
}

.calendario {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333333;
	text-align: center;
	background-color: #e0e0e0;
}
.calendario td, .calendario th {
	width: 30px;
	height: 20px;
}

.calendario th {
	background-color: #ffffff;
}

.calendario td.giorno {
	background-color: #ddeeff;
}

.calendario td.eventi {
	background-color: #FF99FF;
}

.calendario a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

