body {
	font-family: "Trebuchet MS";
	color: #333333;
	background-image: url(../img/fundo.png);
	margin: 1px;
	padding: 0px;
}

a {
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

input.formulario,
select.formulario,
textarea.formulario {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-left: 2px;
	color: #000000;
	border: 1px solid #9E9EB6;
	height: 18px;
}

input.botao {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	border: 1px solid #333;
	background-color: #696;
	cursor: hand;
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 1px;
}

input.botao:hover {
	color: #333333;
	text-decoration: underline;
}

.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: underline;
}
a.eventos:visited {
	text-decoration: none;
}
a.eventos:hover {
	text-decoration: underline;
	font-weight: normal;
}
a.eventos:active {
	text-decoration: none;
}

.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;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: #EE1;
}
a.menu:active {
	text-decoration: none;
	font-weight: bold;
}

.titulo {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	color: #000;
}

.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; }

