body {
	margin: 0px;
	padding: 0px;
	background-color: #0070AF;
}
.fundo {
	background-image: url(../layout/fundo.png);
	background-repeat: repeat-y;
	background-position: center;
}
.fundo-topo {
	background-image: url(../layout/fundo-topo.png);
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
}

.central {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	padding: 0px;
	background-color: #FFFFFF;
	display: table;
}
.central .banner {
	border: 5px solid #FFFFFF;
}
.central .menu {
	color: #FFFFFF;
	background-color: #FF6600;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	height: 269px;
	width: 178px;
	margin-bottom: 5px;
}
.central .menu ul {
	padding: 0px;
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.central .menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
.central .menu a {
	display: block;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	background-color: #FF6600;
	background-image: url(../layout/setinha.gif);
	background-repeat: no-repeat;
	background-position: 165px center;
}
.central .menu a.lembrar {
	font-size: 11px;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.central .menu a:hover {
	background-color: #FF7417;

}
.central .menu .invalido {
	background-color: #FFCC00;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	padding: 3px;
	display: none;
}

.menu  form {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}


.central .base {
	text-align: center;
	padding-top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 760px;
	float: none;
	clear: both;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.central .base img {
	margin: 20px;
}
.fundo-bottom {
	background-image: url(../layout/fundo-bottom.png);
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
}
.corpo h1 {
	margin: 0px;
	padding: 0px;
	color: #0070AF;
}
.fundo .central .corpo a {
	color: #FF6600;
	text-decoration: none;
}

.central .corpo {
	margin: 5px;
	float: left;
	width: 572px;
}
.central .corpo .tabela {
	background-color: #F7F7F7;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.central .corpo .tabela th {
	text-align: left;
	padding: 5px;
	background-color: #0070AF;
	color: #FFFFFF;
	font-size: 14px;
}
.central .corpo .tabela td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
.central .corpo .tabela .td1 {
	background-color: #F3F3F3;
}
.central .corpo .tabela .td2 {
	background-color: #EEEEEE;
}
.fundo .central .corpo #form1 .campo {
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
}
.fundo .central .corpo #form1 fieldset {
	margin-bottom: 20px;
	padding-left: 20px;
}
.fundo .central .corpo #form1 legend {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}


.fundo .central .corpo #form1 div {
	margin-top: 10px;
}
.fundo  .central  .corpo  #form1  label.error {
	color: #0270AF;
	clear: both;
	display: block;
	margin-left: 121px;
}
.fundo .central .corpo #form1 .bt {
	float: right;
	margin-top: -20px;
}
.fundo .central .corpo #form1 .mensagem {
	padding: 5px;
	color: #CC0000;
	text-align: right;
}
