@charset "utf-8";

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {font-size: 12px;}
li {font-size: 11px;}
h3 {color: #0066CC;}

.bg{
	background-image: url(images/new_bg_radio.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.testo {padding:15px; text-align: justify;}

.font_bianco {font-size: 11px; color: #FFFFFF;}

a:link {font-size: 10px; text-decoration: none; font-weight: bold;}
a:visited {font-size: 10px; text-decoration: none; font-weight: bold; color: #0000CC;}
a.bianco:link {	font-size: 12px; color: #FFFFFF; text-decoration: underline; font-weight: bold;}
a.bianco:visited {font-size: 12px; color: #FFFFFF; text-decoration: underline;}
a.grey:link {font-size: 10px; color: #999999; text-decoration: underline;}
a.grey:visited {font-size: 10px; color: #999999; text-decoration: underline;}


/*link in home page sfondo rosso*/
.titoli {
	
	background-image: url(images/puntini.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 22px;
	vertical-align: middle;
}
a.home:link {
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}
a.home:visited {
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}

/*link in home page sfondo bianco*/
.titoli2 {
	background-image: url(images/puntini2.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 14px;
	vertical-align: middle;
}
a.home2:link {
	font-size: 9px;
	color:#43242E;
}
a.home2:visited {
	font-size: 9px;
	color:#43242E;
}