BODY {
	margin: 0;
	text-align: center;
	background: #E7E7E7;
	color: #000;
}
BODY, TH, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana;
	font-size: 8pt;
}
IMG {
	border: 0;
	vertical-align: middle;
}
A {
	color: #333;
	text-decoration: none;
}
H3 {
	margin: 0;
}

#head, #body, #foot {
	margin: 0 auto;
	width: 775px;
	text-align: left;
}

#head {
	height: 175px;
}

#body {
	color: #000;
	background: url("imagens/body_bg.jpg") repeat-x bottom #FFF;
}

#foot {
	clear: both;
	height: 39px;
	padding: 19px 7px 0 4px;
	background: transparent;
	color: #AAA;
}
HTML>BODY #foot { width: 764px; height: 20px; }
#foot IMG {
	margin-top: -4px;
}

#news {
	float: left;
	margin: 18px;
	width: 310px;
	height: 160px;
	overflow: hidden;
	margin-top:65px;
}
#news #newsTopo {
	display: block;
	width: 310px;
	height: 29px;
	background: url("imagens/news_topo.jpg") no-repeat left top;
}
#news #newsRodape {
	display: block;
	width: 310px;
	height: 11px;
	background: url("imagens/news_rodape.jpg") no-repeat left top;
}
#news #newsScrollArea {
	width: 310px;
	height: 120px;
	overflow: hidden;
	background: url("imagens/news_bg.jpg") repeat-y left;
}
#news #newsScroll {
	background: url("imagens/news_bg.jpg") repeat-y left;
}
#news UL {
	margin: 0;
	width: 310px;
	padding: 0;
	background: url("imagens/news_bg.jpg") repeat-y left;
	list-style: none;
}
#news UL LI {
	clear: both;
	margin: 0 0 8px 0;
	padding: 0 5px 0 23px;
}
#news UL LI A.roda {
	background: url("imagens/pneuzinho.gif") no-repeat left top transparent;
	padding: 6px 0 0 20px;
	height: 26px;
}

UL#noticias {
	margin: 8px 0;
	list-style: none;
}
UL#noticias LI {
	margin: 8px 0;
	background: url("imagens/pneuzinho.gif") no-repeat left top transparent;
	padding: 6px 0 6px 20px;
}
UL#noticias LI A {
	font-weight: bold;
}

#newsScroll {
	overflow:auto; 
	overflow-x:hidden;
	height: 120px;
	width: 310px;
}

.fLeft {
	float: left;
	margin-top:50px;
}
.fRight {
	float: right;
}

.c {
	text-align: center;
}
.r {
	text-align: right;
}

.fLeft {
	float: left;
}
.cBoth {
	clear: both;
}

.cleanUL {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cleanUL LI {
	margin: 0 10px;
	padding: 5px 0;
	list-style: none;
}

.mainCat {
	margin: 0 100px;
}
.mainCat UL {
	vertical-align: middle;
}
.subCat {
	float: left;
	display: block;
	width: 165px;
	height: 160px;
	text-align: center;
}
.subCat A {
	text-decoration: none;
}
.subCat H3 {
	font-size: 10pt;
}