.data {
	font-family: Comic Sans MS;
	font-size: 11px;
	font-weight: lighter;
	border: outset;
	border-width: 0;
	text-transform: none;
	font-style: normal;
}
.texto {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
}
.subtitulo {
	font-family: Comic Sans MS;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
}
.subtitulo2 {
	font-family: Comic Sans MS;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}
.links A:link		{ text-decoration: none;  font-weight: bold; color: black; font-family: Comic Sans MS; font-size: 13px; }
.links A:visited	{ text-decoration: none;  font-weight: bold; color: black; font-family: Comic Sans MS; font-size: 13px; }
.links A:hover		{ text-decoration: underline;   font-weight: bold; color: black; font-family: Comic Sans MS; font-size: 13px; }
.links A:active		{
	text-decoration: underline;
	font-weight: bold;
	color: black;
 	font-family: Comic Sans MS;
	font-size: 13px;
	text-align: left;
}

.voltar A:link		{ text-decoration: none;  font-weight: bold; color: black; font-family: Comic Sans MS; font-size: 12px; text-align: right; }
.voltar A:visited	{ text-decoration: none;  font-weight: bold; color: black; font-family: Comic Sans MS; font-size: 12px; text-align: right; }
.voltar A:hover		{ text-decoration: underline;   font-weight: bold; color: black; font-family: Comic Sans MS; font-size: 12px; text-align: right; }
.voltar A:active		{ text-decoration: underline;   font-weight: bold; color: black; font-family: Comic Sans MS; font-size: 12px; text-align: right; }
.eventos {
 	font-family: Comic Sans MS;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	text-decoration: underline overline;
}
.tabela {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #FF0000;
	border-bottom-color: #FFFF00;
	border-left-color: #FF0000;
}

