
#banner {
	position: absolute;
	z-index: 200;
	margin: 0 0 0 9px;
	width: 750px;
	height: 210px;
}

ul#mainMenu {
	margin-top: 210px;
}

table.homeBox {
	width: 100%;
}

table.homeBox tr.hbTopo, table.homeBox tr.hbCont, table.homeBox tr.hbBase {
	background-color: #b3bccb;
}

table.homeBox tr.hbTopo {
	height: 10px;
}

table.homeBox tr.hbCont td h1 {
	margin: 5px;
	color: #253d69;
	font-size: 18px;
}

table.homeBox tr.hbCont td p {
	margin: 5px;
	color: #253d69;
	line-height: 20px;
	text-align: justify;	
}

table.homeBox tr.hbCont td a {
	color: #00f;
}

table.homeBox tr.hbCont td.Direita {
	background: url(../imagens/hb_direita.gif) repeat-y top;
}

table.homeBox tr.hbBase {
	height: 13px;
}

table.homeBox tr.hbBase td.Meio {
	background: url(../imagens/hb_base.gif) repeat-x top
}



