#geral {
	width: 770px;
	margin-top: 0px;
	background-color: #ffffff;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#D6D6D6;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #D40000;
}
#topnav {
	width: 100%;
	text-align: right;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
}
#leftnav {
	position: relative;
	float: left;
	width: 200px;
	border-top: 1px solid #000;
	border-bottom: solid 2px #fff;
	padding: 0px;
}
ul#leftnav {
	background-color: #FFDF00;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Georgia, Geneva, Arial, "Times New Roman";
	font-size: 11px;
}
ul#leftnav a {
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 5px 0px 0px 10px;
	border-left: 10px solid #000;
	border-right: 2px solid #808080;
	border-bottom: solid 1px #000;
	color: #000000;
}
ul#leftnav a:hover {
	height: 20px;
	font-weight: bold;
	color: #FF7F00;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 530px;
	background-color: #fff;
	padding: 10px 3px 10px 10px;
	border-top: dotted 1px #A0A0A4;
	text-align: justify;
}
#leftbanner {
	margin-top: 5px;	
	position: relative;
	float: left;
	padding: 0px;
}
#rodape {
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
	border-top: dotted 1px #ccc;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#titulo1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #AA7FAA;
	font-size: large;
	font-weight: bold;
	margin-bottom: 2px;
}
#titulo2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #AA0055;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 2px;
}
#subtitulo1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ACACAC;
	font-size: small;
	font-weight: bold;
	margin-bottom: 2px;

}
#subtitulo2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-bottom: 2px;
}
#imagemleft {
	float: left;
	padding: 5px 10px 5px 0px;
}
#imagemright {
	float: right;
	margin: 5px 0px 5px 10px;
}
.forms {
	border: 1px solid #ACACAC;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.button {
	background-color: #D6D6D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #A0A5C3;
}
.txtfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
}
.orangetxt {
	font-family: Georgia, Verdana, Arial, Helvetica, sansserif, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF7F00;
}
