body {
	position:absolute;
	width: 770px;
	left:50%;
	margin-left:-385px;
	background-color: #008fc9;
	font-family:Arial, Helvetica, sans-serif;
}
input{
	height:15px;
}
.borda_tabela{
	border:solid 1px #bcd5e9;
}
.fundo_branco{
	background-color:#FFFFFF;
}
.fundo_azul_escuro{
	background-color:#0379a9;
}
.fundo_azul_claro{
	background-color:#dcecf7;
}
.fonte_corpo {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.fonte_corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
a:hover.fonte_corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	text-decoration:none;
}
.fonte_corpo_branco {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.fonte_corpo_menor {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.fonte_corpo_menor a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
.fonte_titulo {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00539b;
	font-weight:bold;
}
.fonte_menuprodutos a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.fonte_menuprodutos a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
.fonte_titulo_produtos2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#B7B7B7;
	text-decoration:none;
}
.fonte_titulo_produtos a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00539b;
	font-weight:bold;
	text-decoration:none;
}
.botao_ok{
	background-color:#dcecf7;
	color:#2F579B;
	height:20px;
	font-weight:bold;
	font-size:12px;
	border: solid 1px #dcecf7;
}
.bordacinza {
	border: 1px solid #FFFFFF;
}
.bordaverde {
	border: 1px solid #009999;
}
.bordaazul {
	border: 1px solid #003399;
}
.bordabrancabaixo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.bordaverdebaixo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
}
.bordabrancocimaebaixo {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.bordaembaixoemcima {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.bordapreta {
	border: 1px solid #000000;
}
.bordaazulbaixo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}
.bordacinzabaixo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}