html, body {
color: #000000;
background: #ffffff;
margin:0px;
background-image:url('bg.jpg');
background-repeat: repeat-x;
}

.bg_table{
	background-image:url('images/bg_table.jpg');
	background-repeat: repeat-x;
}

.titolo {
font-family: Arial, Helvetica;
font-size: 18px;
color: #1170CE;
font-weight:bold;
margin: 3px;
text-align:left;
}

.sottotitolo {
font-family: 'Arial', 'Helvetica', 'sans-serif';
font-size: 14px;
color: #666666;
margin: 3px;
text-align: left;
}

p {
font-family: 'Arial', 'Helvetica', 'sans-serif';
font-size: 12px;
color: #333333;
margin: 3px;
text-align: justify;
line-height:1.3;
}

li, ul {
font-family: 'Arial', 'Helvetica', 'sans-serif';
font-size: 12px;
color: #333333;
text-align: justify;
line-height:1.3;
}

.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
margin:3px;
text-align:left;
}

.menu_header {
font-family: 'Arial', 'Helvetica', 'sans-serif';
font-size: 12px;
font-weight:bold;
color: #FFFFFF;
margin: 3px;
text-align: left;
}

.menu_left{
	background: #F3F9FB;
	border-bottom: 1 px solid white;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #d38153;
}

input, select, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
border: 1px solid #9CB2C7;
}

/* ************** Links ************** */

a:link {
color: #666666;
text-decoration: none;
}
a:active {
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #2269B6;
text-decoration: underline;
}

/* ************** Links Eventi ************** */

a.titoloevento:link {
color: #2269B6;
text-decoration: none;
}
a.titoloevento:active {
color: #2269B6;
text-decoration: none;
}
a.titoloevento:visited {
color: #2269B6;
text-decoration: none;
}
a.titoloevento:hover {
color: #2269B6;
text-decoration: underline;
}

a.testoevento:link {
color: #666666;
text-decoration: none;
}
a.testoevento:active {
color: #666666;
text-decoration: none;
}
a.testoevento:visited {
color: #666666;
text-decoration: none;
}
a.testoevento:hover {
color: #2269B6;
text-decoration: underline;
}

a.linkevento:link {
color: #666666;
text-decoration: underline;
}
a.linkevento:active {
color: #666666;
text-decoration: underline;
}
a.linkevento:visited {
color: #666666;
text-decoration: underline;
}
a.linkevento:hover {
color: #2269B6;
text-decoration: none;
}

/* ************** Link sottotitoli ************** */

a.sottotitolo:link {
color: #2269B6;
text-decoration: underline;
}
a.sottotitolo:active {
color: #2269B6;
text-decoration: underline;
}
a.sottotitolo:visited {
color: #2269B6;
text-decoration: underline;
}
a.sottotitolo:hover {
color: #6666666;
text-decoration: none;
}