@charset "utf-8";
/* CSS Document of by Fábio S. (fabio.s@live.com) */

body {
	background: #525152 url(imagens/bg.png) repeat-x;
	color: #8f8f8f;
	font-family: Tahoma;
	font-size: 11px;
	}
#corpo {
	background: #f7b608 url(imagens/bg2.png) repeat-x;
	width: 875px;
	}
#nav {
	background: url(imagens/nav_bg.png);
	width: 818px;
	height: 46px;
	display: block;
	}
#nav2 {
	background: #f39149;
	width: 818px;
	height: 35px;
	display: block;
	}
#marquee {
	background: #fbcd68;
	width: 810px;
	display: block;
	padding: 3px;
	}
.data {
	background: #f7b608;
	border: solid 3px #f7b608;
	padding-left: 4px;
	padding-right: 4px;
	color: white;
	font-weight: bold;
	}
a.listar {
	background: #f7b608;
	border: solid 3px #f7b608;
	padding-left: 4px;
	padding-right: 4px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
a.listar:hover {
	background: #FFCC00;
	border: solid 3px #FFCC00;
	padding-left: 4px;
	padding-right: 4px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
.news {
	color: #8f8f8f;
	font-weight: bold;
	text-decoration: none;
	}
a.news:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: unrdeline;
	}
a.menu1 {
	color: #f39149;
	text-decoration: none;
	font-weight: bold;
	}
a.menu1:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	}
a.menu2 {
	color: white;
	text-decoration: none;
	}
a.menu2:hover {
	color: white;
	text-decoration: underline;
	}