body {
	 margin: 0px;
	 padding: 0px;
}
.menu {
	background-color: #82a078;
	padding: 1px 10px;
	font: bold 75% arial, sans-serif;
	color: white;
	text-decoration: none;
}
.menu A {
	color: white;
	text-decoration: none;
}
.menu A:hover {
	color: #ffa500;
}
.menu_inactive A {
	background-color: #c0c0c0;
	padding: 1px 10px;
	font: bold 75% arial, sans-serif;
	color: white;
	text-decoration: none;
}
.anuncio {
	font: bold 90% arial, sans-serif;
	color: white;
}
.title {
	font: bold 12pt arial, sens-serif;
	color: #996633;
	
}
.assunto {
	font: bold 100% arial, sans-serif;
	color: #5c4033;
	line-height: 150%;
}
.assunto A {
	font: bold 100% arial, sans-serif;
	text-decoration: none;
	color: #5c4033;
}
.assunto A:hover {
	text-decoration: underline;
}
UL LI {
	list-style-type: disc;
}
.lang A {
	float: right;
	margin: 1px;
	text-decoration: none;
}
.lang A:hover {
	border: 1px solid #999999;
}
.evento {
	padding: 3px;
	font: bold 80% arial, sans-serif;
	color: white;
}
.evento A {
	color: white;
	text-decoration: none;
}
.evento A:hover {
	text-decoration: underline;
}
.contents_table_title {
	color: white;
	margin-top: 10px;
	background-color: gray;
	text-indent: 1em;
	font: bold 100% serif;
}
.contents_table_itens {
	border: 1px gray solid;
	margin-bottom: 10px;
	background-color: white;
}
.contents_table_itens A {
	color: gray;
	font: bold 100% serif;
	text-decoration: none;
}
.contents_table_itens A:hover {
	text-decoration: underline;
}
.aviso {
	color:#ff0000;
}


