/* CSS Manute Service */

body {
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#meio {	
	text-align: left;
	width: 880px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#topo {
	height: 108px;
	width: 880px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-attachment: scroll;
	background-image: url(imagens/topo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#menu {
	height: 37px;
	width: 880px;
	text-align: left;
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.botoes {
	float: left;
	height: 37px;
	width: 146px;
}
.botoes_padd {
	float: left;
	height: 37px;
	width: 146px;
	margin-right: 1px;
}
#esquerda {
	background-color: #FFFFFF;
	float: left;
	width: 590px;
}
.bg_meio_1 {
	background-attachment: scroll;
	background-image: url(imagens/bg_meio_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 590px;
	margin-top: 10px;
	float: left;
}
.bg_meio_2 {
	background-attachment: scroll;
	background-image: url(imagens/bg_meio_2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 510px;
	padding-left: 40px;
	padding-right: 40px;
}
.bg_meio_2_b {
	background-attachment: scroll;
	background-image: url(imagens/bg_meio_2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 510px;
	padding-left: 40px;
	text-align: center;
	padding-right: 40px;
}
.bg_meio_3 {
	background-attachment: scroll;
	background-image: url(imagens/bg_meio_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 590px;
	float: left;
}
#clientes {
	text-align: center;
	float: left;
	width: 590px;
}
#direita {
	float: left;
	width: 235px;
	margin-left: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding: 20px;
}
.txt_8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	font-size: 22px;
}

.txt_7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
	font-size: 18px;
	text-decoration: underline;
}

.txt_6 {
	font-family: Arial, Verdana, "Trebuchet MS";
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}
.txt_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	font-size: 28px;
}
.txt_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	font-size: 18px;
}

.txt_3 {
	font-family: Arial, Verdana, "Trebuchet MS";
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
}
.txt_2 {
	font-family: Arial, Verdana, "Trebuchet MS";
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}
.txt_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}
#rodape {
	text-align: center;
	float: left;
	height: 20px;
	width: 880px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	font-family: Arial, Verdana, "Trebuchet MS";
	font-size: 10px;
	color: #999999;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FF0000;
}


/* CSS para o formulário */

.campo {
	background-color : #FFFFFF;
	border : 1px solid #999999;
	font-family : Arial, Verdana, Tahoma;
	font-size : 12px;
}
.botao {
	font-size : 10px;
	font-family : Verdana, Helvetica;
	font-weight : bold;
	color : white;
	border : 0;
	width : 80px;
	height : 19px;
	background-color : #8B8B8B;
}
form {
	margin: 0px;
}

