body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#50595C;
	background-repeat:repeat-x;
	background: #B2E5FF url(../images/bg1.jpg) repeat-x;
	/*background: #deeff9 url(../images/bg.jpg) no-repeat center top;*/
	line-height:23px;
	margin:0 auto;
	text-align:center;
}

select, input, textarea, td {font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;}

a:link {color: #FF6610; text-decoration: none; font-weight:bold;}
a:visited {text-decoration: none; color: #FF6610; font-weight:bold;}
a:hover {text-decoration: underline; color: #FF6610;}
a:active {text-decoration: none;}

.linkNoticias:link {color: #000000; text-decoration: none; font-weight:normal;}
.linkNoticias:visited {text-decoration: none; color: #000000; font-weight:normal;}
.linkNoticias:hover {text-decoration: underline; color: #FF6610;}
.linkNoticias:active {text-decoration: none;}

td {
	text-align:left;
	line-height:23px;
}

#topo {
	width:990px;
	height:219px;
	background: url(../images/logo.jpg) no-repeat center;
	margin:0 auto;
	text-align:center;
}

#conteudo {
	width:950px;
	overflow:auto;
	margin:0 auto;
	text-align:center
}
	.conteudoTopo{
		width:950px;
		height:19px;
		background: transparent url(../images/topoConteudo.png) no-repeat top;
		margin-top: -1px;
	}

	.conteudoPagina{
		width:950px;
		background: transparent url(../images/bgConteudo.png) repeat-y top;
		overflow:auto;
	}
	
	.conteudoBase{
		width:950px;
		height:19px;
		background: transparent url(../images/baseConteudo.png) no-repeat top;
	}

#menu {
	width:200px;
	float:left;
	margin-left:15px;
	margin-top:20px;
}

#textos {
	width:715px;
	float:right;
	margin-right:20px;
	margin-top:20px;
	text-align:justify;	
}

/*h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:26px;
	color:#FF6610;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
}*/

.titulos {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:26px;
	color:#FF6610;
	padding:0px;
	padding-bottom:0px;
	margin:0px;
}

.subTitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#FF6610;
	padding:0px;
	padding-bottom:0px;
	margin:0px;
}

#voltar {
	text-align:right;
	font-size:10px;
}

.formularioTopo{
	width:183px;
	height: 35px;
	background: transparent url(../images/contatoTopo.jpg) no-repeat top;
}

.formularioConteudo{
	width:172px;
	_width:182px;
	background: #d1f1fe;
	margin-left:1px;
	padding:5px;
	text-align:left;
	font-size:11px;
	color: #50595C;
}

.cartoesCredito {
	width:172px;
	_width:182px;
	margin-left:1px;
	padding:5px;
	text-align:left;
	font-size:12px;
	color: #50595C;
}

.dadosRodape {
	width:950px;
	background: transparent url(../images/bgConteudo.png) repeat-y top;
	padding-top:25px;
}

.formularioBase{
	width:183px;
	height:9px;
	background: transparent url(../images/contatoBase.jpg) no-repeat top;
}


/* formulario */
input, textarea, select {
	background:#fff none repeat scroll 0 0;
	border:1px solid #ddd;
	color:#50595C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:4px;
}

input:focus, select:focus, textarea:focus {
	background-color:#fff;
	border:1px solid #50595C;
	color:#50595C;
	font-weight:bold;
}

.button {
	border:1px solid #ddd;
	background: #fff;
	color:#50595C;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:23px;
	margin-top:5px;
	padding-left:20px;
	/*width:30px;*/
}

	.button:hover, .button:focus {
		background: #50595C;
		border:1px solid #ddd;
		color:#fff;
		cursor:pointer;
	}

.buttonLogin {
	border:3px solid #fff;
	background:#eee;
	color:#333;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	margin:0 0px 0 2px;
	/*width:30px;*/
}

	.buttonLogin:hover, .buttonLogin:focus {
		background: #4169AE;
		border:3px solid #fff;
		color:#fff;
		cursor:pointer;
	}

/* fim formulário /*

/* efeito de borda em fotos do album principal */
.imgNormal_1{
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
}

.imgHover_1{
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
	filter: alpha(opacity=50); 
	opacity: .50; 
	-moz-opacity:0.5;
}
/* fim do efeito */

