body {
	font-family: "Trebuchet MS";
	color: #333333; }

a { cursor: hand; cursor: pointer; color: #666666; font-weight: bold; }
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; color: #FF9900; }
a:hover { text-decoration: none; color: #FF9900; }
a:active { text-decoration: none; color: #FF9900; }

input.formulario,
select.formulario,
textarea.formulario {
	background-color: #FFF8D9; 
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-left: 3px;
	color: #000000;
	border: 1px solid #FFCC00; }

input.botao {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #FFCC00;
	background-color: #FFF8D9;
	cursor: hand;
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 1px;
}

input.botao:hover {
	color: #000000;
	background-color: #FFCC00 }

.eventos {
	font-size: 12px;
	font-weight: bold;
	text-align: center; }
	
.eventos_dat {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px; 
	text-align: center; }

a { color: #333333; font-weight: bold; }
a.eventos:link { text-decoration: none; }
a.eventos:visited { text-decoration: none; color: #333333; }
a.eventos:hover { text-decoration: none; color: #FFFFFF; }
a.eventos:active { text-decoration: none; color: #FFFFFF; }

.menu {
	font-size: 11px;
	text-align: left;
	padding-left: 7px;
	line-height: 96%; }

a.menu:link { text-decoration: none; }
a.menu:visited { text-decoration: none; color: #FF9900; font-weight: bold; }
a.menu:hover { text-decoration: underline; color: #FF9900; font-weight: bold; }
a.menu:active { text-decoration: none; color: #FF9900; font-weight: bold; }

.titulo {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px; }

.subtitulo {
	font-size: 16px;
	font-weight: bold; }

.materia {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px; }

.tabela { font-size: 12px; }

.tabela_txt {
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 10px; }