body {
	margin: 0px;
	padding: 0px;
	background-image: url(fundo.png);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	max-width: 300px;
}

h2 {
	background-color: #962948;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform:uppercase;
	padding: 5px;
	margin-left: -123px;
	width: 113px;
	text-align: center;
}

h3, h4, h5, h6 {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	color: #962948;

}

h4{
	background-image: url(picotado_hor.png);
	background-position: bottom left;
	background-repeat: repeat-x;	
	padding-bottom: 5px;
}


a {
	color: #962948;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

#tabela_estrutura{
	width: 772px;
	min-width: 772px;
	margin-top: 20px;
	margin: 0px;
	padding: 0px;
}

#cabecalho {
	background-image: url(fundo_cabecalho.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	min-height: 144px;
	height: 144px;
	padding: 0px;
	vertical-align: top;
}



#cabecalho img{
	position: absolute;
	left: 71px;
	top: 30px;
}

#menu {
	text-align: center;
	width: 100%;
}



#menu a{
	color: #FFBB44;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
}


#conteudo {
	border-left: solid 2px #B0B0B0;
	border-right: solid 2px #B0B0B0;
	background-color: #FFFFFF;
	padding-left: 123px;
	padding-right: 28px;
	padding-bottom: 30px;
}

#rodape{
	background-image: url(fundo_rodape.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 65px;
	min-height: 65px;
}

strong, b {
	font-weight: bold;
	color: #333333;
}


.TituloGT {
	font-size: 12px;
	color: #962948;
}

.TituloGT2 {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	font-style: italic;
}

.texto2 {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.texto {
	font-size: 10px;
	color: #888888;
}

