.topo {
	width: 800px;
	height: 100px;
}
.logo {
	height: 80px;
	width: 350px;
	float: left;
}
.login {
	height: 80px;
	width: 200px;
	text-align: right;
	float: right;
	vertical-align: baseline;
	line-height: 10px;
	margin-right: 10px;
	border: thin ridge #FFCC99;
	padding-right: 15px;
}
.campo {
	border: thin groove #FF3300;
}
.menu {
	width: 800px;
	background-image: url(imagens/fundo_menu.gif);
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10pt;
}
.meio {
	width: 100%;
	background-color: #FFCC99;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	cursor: crosshair;
	font-weight: bold;
}
.rodape {
	width: 800px;
	background-image: url(imagens/fundo_rodape.gif);
	height: 25px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-position: bottom;
}
.todo {
	width: 800px;
	background-color: #FFFFFF;
	border: thin dotted #FF3300;
}
.menu2 {
	width: 100px;
	float: left;
	list-style-type: none;
}
.conteudo {
	width: 99%;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 5px;
}
.ul {
	display: inline;
	width: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	white-space: normal;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	filter: Invert;
}
.ulCopy {
	width: 800px;
	color: #000000;
	display: inline;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FF6600;
	border: thin solid #FF6600;
	height: 20px;
	width: 60px;
	color: #FFFFFF;
	top: 20px;
}
.span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	text-align: center;
	padding: 10px;
	width: 100%;
}
.mais {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	padding: 10px;
	width: 100%;
}
.restrito {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 100%;
}
.fundo {
	background-image: url(imagens/fundo_site.gif);
}
