
/**
 * Tabella personale
 */
.perso {
	background-color: #F8F8FF;
}

/**
 * Titolo pagina
 */
.tit_pag {
	height: 25px;
	font-size: 18px;
	color: #000066;
}

/**
 * Testata
 */
.bar_int {
	height: 25px;
	margin-left: 50px;
	background-image: url(../images/sch_atl_top.jpg);
	color: #006400;
	font-size: 110%;
	font-weight: bold;
}

/**
 * Testata centrale
 */
.bar_int_cen {
	height: 25px;
	margin-left: 50px;
	background-image: url(../images/hed_per_cen.jpg);
	color: #006400;
	font-weight: bold;
}

/**
 * Testata destra
 */
.bar_int_dx {
	height: 25px;
	background-image: url(../images/hed_per_dx.jpg);
	color: #006400;
	font-weight: bold;
	background-position: right;
}

/**
 * Bara centrale
 */
.bar_cen {
	height: 25px;
	margin-left: 50px;
	background-image: url(../images/cen_per.jpg);
	color: #000066;
	font-weight: bold;
}


/**
 * Piede
 */
.bar_sot {
	height: 25px;
	margin-left: 50px;
	background-image: url(../images/sch_atl_bot.jpg);
	color: #000066;
}




