body{
	background-image:  url(img/fundo.gif);
	background-repeat: repeat-x;
	background-color: #DBDBDB;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textoframe{
	position: absolute;
	right: 10px;
	top: 120px;
	width: 270px;
	height: 290px;
	z-index: 5;
	border: 1px solid #9E9E9E;
}
.flash{
	position: absolute;
	left: 14px;
	top: 112px;
	width: 480px;
	height: 310px;
	border: 1px solid #434343;
	z-index: 2;
}
.texto{
	background-image:  url(img/x.gif);
	text-align: left;
	vertical-align: top;
	color: #000;
	background-color: CCCCCC;
	margin: 1px;
}
h2{
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	margin:0;
	padding: 3px;
	display:block;
	color: White;
	background-color: #005987;
	text-align: left;
}
h3{
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	margin:3px;
}
h4	{
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	margin:0;
	padding: 3px;
	display:block;
	color: White;
	width: 100%;
	background-color: #000;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

.topo{
	position: absolute;
	width: 100%;
	height: 86px;
	background-image: url(img/topo.gif);
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index: 3;
}
.banner{
	position: absolute;
	top: 40px;
	right: 14px;
	z-index: 4;
}
