body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: black;
	background-image: url("jpg/fnd.jpg");
}
.geral {
    background: #fafafa;
	width: 775;
	height: 100%; 
	aling: center;
}
.imagem {
}
.include {
}
.campoForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #8f8f8f;
}
/* link ---------------------------------------------*/
.link:link {
	font-family: Arial;
	text-decoration: none;
	color: #585757;
	font-size: 12px;
}
.link:visited {
	font-family: Arial;
	text-decoration: none;
	color: #585757;
	font-size: 12px;
}
.link:hover {
	font-family: Arial;
	text-decoration: underline;
	color: #585757;
	font-size: 12px;
}
/* main ---------------------------------------------*/
.textoMain {
	font-family: Arial;
	font-size: 12;
	color: #585757;
	width: 400;
	text-align: justify;
}
.titMain {
	font-family: Arial;
	font-size: 16;
	color: #A20D0D;
}
.linkMain:link {
	font-family: Arial;
	text-decoration: none;
	color: #A20D0D;
	font-size: 16;
}
.linkMain:visited {
	font-family: Arial;
	text-decoration: none;
	color: #A20D0D;
	font-size: 16;
}
.linkMain:hover {
	font-family: Arial;
	text-decoration: underline;
	color: #A20D0D;
	font-size: 16;
}
.main {
	width: 410;
	height: 470;
	float: left;
}
.tabela {
	font-family: Arial;
	font-size: 11;
	color: #585757;
	align: center;
}
/* menus ---------------------------------------------*/
.menuEsq {
	background-image: url("jpg/fnd_tab2.jpg"); 
	background-repeat: repeat-y;
	float: left;
	width: 176;
}
.menuDir {
	background-image: url("jpg/fnd_tab2.jpg"); 
	background-repeat: repeat-y;
	float: right;
	width: 176;
}
.menuMeio {
	background-image: url("jpg/fnd_tab2meio.jpg");
	background-repeat: repeat-y;
	float: center;
	width: 165;
}
.texto {
	font-family: Arial;
	font-size: 11;
	color: #585757;
	width: 165;
	align: left;
}
/* rodape ---------------------------------------------*/
.rodape {
	background: #cccccc;
	width: 775;
	height: 26;
}
