 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #030;
}
.tipo #geral {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border-bottom: 10px solid #030;
} 
.tipo #cabecalho {
	padding: 15px 10px 1px;
	background-color: #FFF;
	border-top: 10px solid #030;
} 
.tipo #cabecalho h1 {
	margin: 0; 
	padding: 10px 0; 
}

.tipo #direita {
	float: right;
	width: 260px;
	padding: 0px;
	background-image: url(../images/bgvertical.jpg);
	color: #FFF;
	margin-right: 10px;
	font-size: 85%;
	margin-top: 10px;
	background-repeat: no-repeat;
}
.tipo #direita h3, .tipo #direita p {
	margin-left: 10px; 
	margin-right: 10px;
}
.tipo #conteudo {
	margin: 25px 280px 0 15px;
	background-color: #FFF;
	text-align: justify;
} 
.tipo #rodape {
	padding: 10px;
	font-size: 80%;
	background-image: url(../images/bg3.jpg);
	text-align: center;
	color: #FFF;
	margin: 10px;
	background-repeat: no-repeat;
} 
.tipo #rodape p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #030;
}
a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #030;
}

