.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.cabecalho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

.texto_preto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.txt_destaques {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.bordas_menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF6160;
	border-right-color: #FF6160;
	border-bottom-color: #FF6160;
	border-left-color: #FF6160;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.bottom {
	color: #FFFFFF;
	font-weight: bold;
	}

.link_menu:link    {font-weight: bold; text-decoration: none; color: #FFFFFF; font-family: Verdana; font-size: xx-small;}
.link_menu:visited {font-weight: bold; text-decoration: none; color: #FFFFFF; font-family: Verdana; font-size: xx-small;}
.link_menu:hover   { font-weight: bold; color:#FFFFFF; text-decoration: underline; font-family: Verdana; font-size: xx-small;}


.link_noticias_lista:link    {font-weight: none; text-decoration: none; color: #000000; font-family: Verdana; font-size: xx-small;}
.link_noticias_lista:visited {font-weight: none; text-decoration: none; color: #000000; font-family: Verdana; font-size: xx-small;}
.link_noticias_lista:hover   { font-weight: none; color:#000000; text-decoration: underline; font-family: Verdana; font-size: xx-small;}


.bordas_pontilhadas {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

.borda_conteudo{
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

