/* CSS Document */

body a:link, 
body a:visited {
	text-decoration: none;
	color:  #FFBA00;
	}
body a:hover, 
body a:focus,
body a:active {
	text-decoration: none;
	color: #FFF;
	}

/* INTESTAZIONE */
#intestazione {
	background: #FFBA00 url(../img/layout/logo_chi.gif) 0 0 no-repeat;
	}

#centrato-intestazione {
	background: #FFBA00;
	}

/* SOTTOMENU */
#sottomenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	line-height: 15px;
	}
#sottomenu a:link, 
#sottomenu a:visited {
	font-size: 10px;
	text-decoration: none;
	color:  #FFBA00;
	}
#sottomenu a:hover, 
#sottomenu a:focus,
#sottomenu a:active {
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	}
	
/* COLONNA MENU */
#colonna-menu {
	background: #000 url(../img/sfondi/sfondo_chi.jpg) 0 150px no-repeat;
	height: 320px;
	}

/* PROGRAMMA */
#guida {
	width:450px;
	margin: 17px 0 7px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #777;
	text-align: justify;
}

.tit-programma {
	background-color: #FFBA00;
}
.tit-coll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bolder;
		margin-bottom: 7px;
	margin-top: 7px;

}

.tit-guida {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFBA00;
	font-weight: bolder;
	margin-bottom: 7px;
	margin-top: 7px;
}



