/* Definição das características gerais do corpo */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
a:link {text-decoration: none;color: #5A87CA}
a:active {text-decoration: none;}
a:visited {text-decoration: none;color: #7CA0D7}
a:hover {text-decoration: underline;color: #AEC6EE}

a.externo:link {text-decoration: none;color: #5A87CA}
a.externo:active {text-decoration: none;}
a.externo:visited {text-decoration: none;color: #7CA0D7}
a.externo:hover {text-decoration: underline;color: #AEC6EE}


body {
	font-face:Verdana;
	text-align: center;
	font-size: 11px;
	/*background-color: #ffffff;*/
	background-image: url(layout/fundo.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family : Verdana;
	font : monospace;
	
}
td{
	font-face:Verdana;
	text-align: center;
	font-size: 11px;
	font-family : Verdana;
	font : monospace;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Formatando o corpo e iniciando o topo */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.layout{
	position:relative;
	width:760px;
	background-image: url(layout/tudo.gif);
	background-repeat: repeat-y;
}

.topo {
	position:relative;
	background-image: url(layout/topo2.gif);
	background-repeat: no-repeat;
	height: 147px;
	width: 760px;
}




/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Parte do MENU, à esquerda */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.menu{
	position:absolute;
	width:210px;
	text-align:center;
	left:5px;
	top:134px;
	float:left;
}

.menu2{
	position:absolute;
	width:191px;
	
	left:20px;
	top:134px;
	float:left;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Parte de CONTEÚDO, à direita */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.conteudo{
	position:relative;
	width:760px;
	float:right;
	
}

.corpo {
	position:relative;
	width:760px;

	background-image: url(layout/corpo.gif);
	background-repeat: repeat-y;
}

.titulo {
	position:relative;
	top: -25px;
	text-align:center;
	height:14px;
	left:265;
	width:180px;
}

.texto {
	position:relative;
	top: 10px;
	width:490px;
	left:103px;
	font-size:12px;
	text-align:justify;
	
}

.basetexto {
	background-image: url(layout/base.gif);
	background-repeat: no-repeat;
	width:760px;
	height:32px;
	position:relative;
	top: 10px;
	
}







/* xxxxxxxxxxxxxxxxxxxx */
/* Base final do Layout */
/* xxxxxxxxxxxxxxxxxxxx 

.base {
	background-image: url(layout/base.gif);
	background-repeat: no-repeat;
	position:relative;
	width:760px;
	height:23px;
	clear:both;

}*/

/* xxxxxxxxxxxxxxx */
/* Estilo de forms */
/* xxxxxxxxxxxxxxx */

.recuo{
	position:relative;
	left:120px;
	
}

.recuo2{
	position:relative;
	left:74px;
	
}

.recuo3{
	position:relative;
	left:34px;
	width:450px;
	
}
.recuo4{
	position:relative;
	left:30px;
	width:420px;
	
}
.recuo5{
	position:relative;
	left:30px;

	
}

.recuo6{
	position:relative;
	top:-100px;

	
}

.campo { 
	font-family: Verdana; 
	font-size: 7pt; 
	background-color: #F7F7F7; 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid;
	BORDER: #000000 1px solid;
	}
	
	
.campo2 { 
	font-family: Verdana; 
	font-size: 7pt; 
	background-color: #F7F7F7; 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid;
	BORDER: #000000 1px solid;
	scrolling:no;
	}
	
	
.botao { 
	font-family: Verdana; 
	background-color: #F7F7F7; 
	font-size: 8pt; border: #333333; 
	border-style: none; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	color: #000000; 
	margin-top: 1px; 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; }
	
	.botao2 { 
	font-family: Verdana; 
	background-color: #F7F7F7; 
	font-size: 7pt; border: #333333; 
	border-style: none; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	color: #000000; 
	margin-top: 1px; 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; }
	
	.botao3 { 
	font-family: Verdana; 
	background-color: #cccccc; 
	font-size: 7pt; border: #333333; 
	border-style: none; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	color: #000000; 
	margin-top: 1px; 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; }
