/* CSS Geral */

* {
	margin:0;
	padding:0;
}

body {
	margin:0 auto;
	text-align:center;
	background-image:url("imagens/fundo.jpg");
	background-repeat: repeat;
}

a {
	text-decoration: none;
}

/* Topo */


/* Conteúdo */

.bg_flash {
	background-image:url("imagens/area_flash.jpg");
	height:321px;
	width:508px;
}

.img_noticia {
	float: left;
	margin: 5px 5px 0 0;
}

.noticias {
	font-family:Verdana;
	font-size:10px;
	color:#59768B;
}

.noticias a{
	font-family:Verdana;
	font-size:10px;
	color:#59768B;
}

.noticias h1 {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#003897;
	padding:5px 0 0 0;
}

.noticias h1 a {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#003897;
	padding:5px 0 0 0;
}

.mais_noticias a {
	font-family:Verdana;
	font-size:9px;
	color:#003897;
	text-decoration:none;
}

.conteudo {
	font-family:Verdana;
	font-size:11px;
	color:#59768B;
	padding:1px;
}

.conteudo strong {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#59768B;
}

.conteudo a {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#59768B;
	text-decoration:none;
}

.conteudo a:hover {
	text-decoration:underline;
}

.conteudo table {
	font-family:Verdana;
	font-size:11px;
	color:#59768B;
}

.conteudo table strong {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#59768B;
}

.conteudo table h1 {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.indique a {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#59768B;	
}

.form input {
	border: 1px solid #0481B9;
	width: 245px;
	height: 20px;
	
}

.form select {
	border: 1px solid #0481B9;
	width: 245px;
	
}

.form textarea {
	border: 1px solid #0481B9;
	width: 245px;
	
}
/* Rodapé */
