
/*
 * TEMPO
 */
 
.tempo_table {
 	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	
	background: #f2f2f2;
}
.tempo_head {
	font-size: 9px;
 	font-weight: bold;
	color: #ffffff;

	background: #A4C129;
	text-align: center;
}

.tempo_subhead {
	font-size: 9px;
 	font-weight: bold;
	color: #222222;
	
	background: #dfdfdf;
	text-align: center;
}

.tempo_main{
	font-size: 9px;
	color: #222222;
	
	background: #f5f5f5;
	text-align: center;
}
/******************************************/