/* CSS Document */
a.linkum:link {
	color:#FFFFFF;
	text-decoration:none;
	font-family: "Trebuchet MS";
}
a.linkum:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: "Trebuchet MS";
}
a.linkum:hover {
	color:#CC0000;
	text-decoration:none;
	font-family: "Trebuchet MS";
}
a.linkum:active {
	color:#FFFFFF;
	background-color:#000000;
	font-family: "Trebuchet MS";
}

/* PARA O LINK 2 */

a.linkdois:link {
	color:#FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
a.linkdois:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
a.linkdois:hover {
	color:#F7C202;
	text-decoration:none;
	font-family: "Trebuchet MS";
}
a.linkdois:active {
	color:#FFFFFF;
	text-decoration:none;
	font-family: "Trebuchet MS";
}

/* PARA O LINK 3 */

a.linktres:link {
	color:#FFFFFF;
	background-color:#BD2121;
	text-decoration:none;
	font-family: "Trebuchet MS";
}
a.linktres:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: "Trebuchet MS";
	background-color: #BD2121;
}
a.linktres:hover {
	color:#BD2121;
	background-color:#F7C500;
	text-decoration:none;
	font-family: "Trebuchet MS";
}
a.linktres:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#BD2121;
	font-family: "Trebuchet MS";
}

</style>
.programacao {
	font-family: "Trebuchet MS";
	padding-left: 8px;
}
.prog {
	text-decoration: none;
	font-family: "Trebuchet MS";
	padding-left: 10px;
}
.subtitulo_espetaculo {
	font-size: 14px;
	font-weight: normal;
	color: #5A297B;
	font-family: "Trebuchet MS";
	padding: 0px;
}

