@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #2d3331;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.titulo {
	font-size: 18px;
	font-weight: bold;
	color: #193456;
	margin-bottom: 5px;
}

.news_data {
	color: #62615e;
	font-weight: bold;
}
.news_titulo_home {
	color: #9d080d;
	font-weight: bold;
}

a.news_titulo_home:link {
	color: #9D080D;
	font-weight: bold;
	text-decoration: underline;
}

a.news_titulo_home:visited {
	color: #9D080D;
	font-weight: bold;
	text-decoration: underline;
}

a.news_titulo_home:hover {
	color: #268ECE;
	font-weight: bold;
	text-decoration: none;
}

.rodape {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2d3331;
}

/* tabelas */
.tab{border-collapse:collapse;font-family:Verdana;font-size:11px;color:#333333;}
.tab td{border:1px solid #193456;padding:.5em; background:#F4FBFD;}
.tab th{border:1px solid #193456;background:#193456 url(tab_tr.gif) repeat-x;font-size:13px;color:#fff;padding:.5em;}