@charset "utf-8";
/* HTMLS Padrão */

/* Estilos Menu */
.menu_central {
	background-image:url(../imagens/menu_central.png);
	background-repeat:repeat-x;
	height:25px;
	text-align:center;
}
.menu_esq {
	background-image:url(../imagens/menu_esq.png);
	background-repeat:no-repeat;
	width:5px;
	height:25px;
}
.menu_dir {
	background-image:url(../imagens/menu_dir.png);
	background-repeat:no-repeat;
	width:5px;
	height:25px;
}
.topicos {
	background-image:url(../imagens/topicos.png);
	background-repeat:repeat-x;
	height:32px;
	padding:2px;
}
/* Fim do Estilos Menu */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagens/background.jpg);
	background-repeat:repeat-x;
}
td {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #FEFEFE;
}
img, ul, a, fieldset {border: 0; list-style: none
}
.Tabela_Fotos {
	border: 2px solid #E2E2E2;
}
a:link,a:visited,a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #63cdf6;
	text-decoration: none;
}
/* Meus Padrões */

.obrigatorio {
	color: #f15921;
}
.data {
	font-size: 10px;
	color: #333;
}
.destaque {
	font-size: 14px;
	font-weight:bold;
	color: #036;
}
.minidestaque {
	font-size: 10px;
	font-weight: bold;
	color: #63cdf6;
}
.titulo {
	font-size: 16px;
	color: #f15921;
}
.form {
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	width: 250px;
	border: 1px solid #E2E2E2;
	background-color: #FEFEFE;
}
.botao {
	font-size: 10px;
	color: #FEFEFE;
	background-color: #333;
	border: 1px solid #000000;
	font-weight: bold;
	height: 22px;
}

/* DIVs */

#fotos {
	float:left;	
	height:150px;
	width: 450px;
	margin-left:5px;
}

/* Fundos */
.topo {
	background:url(../imagens/fundo_topo.jpg);
	width:1008px;
	height:76px;
}
.rodape {
	background:url(../imagens/rodape.png);
	width:989px;
	height:35px;
}
