div.top_fundo {
	background-repeat: repeat-x;
	background-image: url(../imgs/top_fundo.jpg);
	position: fixed;
	top: 0px;
	height: 260px;
	width: 100%;
	z-index: 1;
}

body {
	background-color: Black;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
}

body.rss {
	background-color: White;
}

div.conteudo {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 2;
	vertical-align: top;
}

a.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: White;
}

a.menu:hover {
	text-decoration: none;
}

div.menu {
	background-image: url(../imgs/menu.gif);
	height: 46px;
	width: 117px;
	text-align: center;
	cursor: pointer;
}

div.menu:hover {
	background-image: url(../imgs/menu_sobre.gif);
}

div.menu_sel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../imgs/menu_sel.gif);
	height: 46px;
	width: 117px;
	color: #374573;
	text-align: center;
}

td.destaque1 {
	background-image: url(../imgs/destaque1.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-align: left;
	vertical-align: bottom;
	padding-left: 10px;
	height:124px;
}

td.destaque2 {
	background-image: url(../imgs/destaque2.jpg);
	height: 146px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C8D7F5;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

.texto_conteudo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #696969;
	padding: 20px 20px 20px 20px;
}

.texto_rss {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #696969;
}

li {
	padding-bottom: 10px;
}

a.link_contato {
	text-decoration: none;
	color: #696969;
}

.rss_frame {
	border: thin none Black;
	
}

a.link_contato:hover {
	text-decoration: underline;
	color: #696969;
}