.cala {
	color: #FFFFFF;
	background-color: #FF0000;
}
.calb {
	color: #FFFFFF;
	background-color: #0000FF;
}
.calc {
	color: #000000;
	background-color: #00FF00;
}
.cald {
	color: #000000;
	background-color: #FFFF00;
}
.cale{
	color: #000000;
	background-color: #00FFFF;
}
.caltitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
}
.calsem{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}