/* CSS Document */

.tabela {
	border-style:solid;
	border-color:#000000;
	border-width:thin;
	background-color:#FFFFFF;

}
.minitabela {
	border-style:dashed;
	border-color:#000000;
	border-width:1px;
	background-color:#F4F4F4;
	border: solid #000000 1px;
}

.toptabela{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#62282A;
}

.textoMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	font-weight:bold;
}


.textoTopMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.textoTopNoticia {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
	font-weight:bold;
}

.textoNoticia {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-align:justify;
}

.textoDataNoticia {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-align:left;
}

.textoInfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color:#990000;
}
