/****************** CSS COMUM ******************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}
body {
	background-color: #FF9900;
	background-image: url(assets/imagens/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
#alinhasite {
	margin: auto;
	width: 774px;
}
h1 {
	color: #C1AB75;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
}
ul {
	margin: 0px;
}
/****************** CSS HOME ******************/
#flash {
	height: 456px;
	width: 774px;
}
#home_bv {
	height: 68px;
	width: 774px;
}
#home_conteudo {
	background-image: url(assets/imagens/home_bg.gif);
	background-repeat: no-repeat;
	height: 379px;
	width: 774px;
}
#home_rodape {
	height: 26px;
	width: 774px;
}
#home_conteudo_esquerda {
	float: left;
	width: 202px;
	padding-top: 26px;
	padding-left: 94px;
}
#home_conteudo_esquerda img {
	margin-bottom: 16px;
}
#home_conteudo_direita {
	float: left;
	width: 384px;
	padding-top: 26px;
	padding-left: 55px;
}
/****************** CSS INTERTNAS ******************/
#flash_internas {
	height: 206px;
	width: 774px;
}
#internas_centro {
	background-image: url(assets/imagens/internas_bgpequeno.gif);
	width: 774px;
}
#internas_centro_titulo {
	height: 93px;
	width: 774px;
}
#internas_centro_conteudo {
	background-image: url(assets/imagens/internas_bggrande.gif);
	background-repeat: no-repeat;
	width: 774px;
	min-height: 215px;
	height: auto !important;
	height: 215px;
}
#internas_centro_rodapefinaliza {
	height: 34px;
	width: 774px;
}
#internas_centro_conteudo_texto {
	width: 604px;
	padding-left: 112px;
	text-align: justify;
	clear: both;
}

#internas_centro_conteudo_texto input, label {
	display: block;
	float: left;
}
#internas_centro_conteudo_texto br {
	clear:left;
}
#internas_centro_conteudo_texto label {
	width: 65px;
	line-height: 30px;
}
#internas_centro_conteudo_texto input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #EFE7CE;
	height: 13px;
	width: 220px;
	border: 1px solid #E5D8AD;
	padding:4px;
}
#internas_centro_conteudo_texto textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #EFE7CE;
	height: 80px;
	width: 220px;
	border: 1px solid #E5D8AD;
	padding:4px;
}
#internas_centro_conteudo_texto form {
	padding: 0px;
	margin: 0 auto 0 auto;
	width: 300px;
}
