/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#d2deda url(images/fundo.png) center top repeat-y;
}
a,a:link,a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#435B99;
	text-decoration:underline;
}
a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#435B99;
	text-decoration:underline;
	font-weight: bold;
}
#flash{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:240px;
	z-index:2;
}
#conteudo{
	position:absolute;
	left:0px;
	top:160px;
	width:100%;
	height:500px;
	z-index:1;
	text-align:center;
}
.quadro_rodape {
	background-image: url(images/quadro_rodape.png);
	width:688px;
	height:17px;
}
.quadro_topo {
	background-image: url(images/quadro_topo.png);
	width:688px;
	height:21px;
}
.quadro_esq {
	background-image: url(images/quadro_esq.png);
	width:20px;
	height:395px;
}
.quadro_dir {
	background-image: url(images/quadro_dir.png);
	width:18px;
	height:395px;
}
.quadro_conteudo{
	background-image: url(images/quadro_meio2.png);
	height:357px;
	width:489px;
	padding-left:0px;
	padding-top:0px;
}
.quadro_titulo{
	background-image: url(images/quadro_meio1.png);
	height:357px;
	width:199px;
	padding-left:0px;
	padding-top:0px;
}
.conteudo_quadro{
	overflow:auto;
	padding-right:10px;
	height:350px;
	font-family: verdana;
	font-size:12px;
	color: 003C63;
}
.texto_conteudo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: 003C63;
}
.texto_nota{
	font-family: verdana;
	font-size:11px;
	color: 003C63;
	font-style:italic;
}
.texto_rodape{
	font-family:verdana;
	font-size:10px;
	color: #5B5B5A;
}
.texto{
	font-family: verdana;
	font-size: 10px;
	color:#000;
}
.textosForm{
	font-family: verdana;
	font-size: 10px;
	color:#000;
}

.texto_azul{
	font-family: verdana;
	font-size: 10px;
	color:#003C63;
}

input,textarea,select{
	font-family:verdana;
	font-size:11px;
	color:#000;
	background-color: #dddfca;
	border: solid 1px #36545b;
	width:250px;
}
