body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8F8F8;
	overflow: auto;
	overflow-x: hidden;
}
#topo {
	background-color: #FFFFFF;
	border-bottom: #F3F3F3 1px solid;
	width:100%;
	height:70px;
}
#topo_sub {
	background:url(../img/Logo.png) left no-repeat;
	margin:0px auto;
	text-align:center;
	width:740px;
	height:30px;
	padding-bottom:20px;
	padding-top:20px;
}
#corpo {
	width:760px;
	background-color: #FFFFFF;
	margin:5px auto;
	padding:5px;
	text-align:left;
}
#rodape {
	background-color: #FFFFFF;
	width:770px;
	margin:0px auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	clear: both;
}
#contrato {
	overflow: auto;
	height: 150px;
	width: 95%;
	text-align:left;
	background-color:#FFFFFF;
	padding:5px;
	border:#B8C7DE 1px dashed;
}
.cursor_mao {cursor: pointer; cursor: hand;}
.texto_pequeno {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
}
.texto_normal {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}
.texto_normal_negrito {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}
.texto_menu1 {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}
.input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color:#FFFFFF;
	BORDER-RIGHT: #D1DBE4 1px solid;
	BORDER-TOP: #F0F3F7 1px solid;
	BORDER-LEFT: #F0F3F7 1px solid;
	BORDER-BOTTOM: #D1DBE4 1px solid;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #4A88BB;
	height:20px;
	background-color: #FFFFFF;
	BORDER-RIGHT: #D1DBE4 1px solid;
	BORDER-TOP: #F0F3F7 1px solid;
	BORDER-LEFT: #F0F3F7 1px solid;
	BORDER-BOTTOM: #D1DBE4 1px solid;
}
input.button:hover {
	font-weight:bold;
	color: #4A88BB;
}
.button2 {
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #000000;
	height:17px;
	background-color: #FFFFFF;
	BORDER-RIGHT: #D1DBE4 1px solid;
	BORDER-TOP: #F0F3F7 1px solid;
	BORDER-LEFT: #F0F3F7 1px solid;
	BORDER-BOTTOM: #D1DBE4 1px solid;
}
TEXTAREA {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #CCCCCC 1px solid;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
}
a:link.texto_menu1 {
	text-decoration: underline;
}
a:hover.texto_menu1 {
	text-decoration: none;
}
a:active.texto_menu1 {
	text-decoration: underline;
}
a:visited.texto_menu1 {
	text-decoration: none;
}
ul#menu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style: none;
	margin: 0px auto;
	padding: 7px 0;
	font-weight: bold;
    text-align: center;
	float:right;
	white-space: nowrap;
}
ul#menu li{
	display: inline;
	margin: 0 10px
}
ul#menu a{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 3px solid #FFF;
	color: #999
}
ul#menu a#current{
	border-color: #F60;
	color:#06F
}
ul#menu a:hover{
	border-color: #4BBDFF;
	color: #4BBDFF;
}