﻿* {
 margin: 0px;
 border: 0px;
 padding: 0px;
 font-family: Verdana;
 font-size: 9pt;
}
body {
 background: url("fundo.jpg") #C1E0FF no-repeat top;
 text-align: center;
}
table {
 text-align: left;
}
img {
 border: 0px;
}
.handed {
 cursor: hand;
}
a {
 color: white;
}
#fundo1 {
 padding-bottom: 30px;
 height: 127px;
 background: url("body_fundo_1.png") no-repeat bottom;
 text-align: right;
 vertical-align: bottom;
 font-size: 10pt;
 color: white;
}
#fundo2 {
 background: url("body_fundo_2.png") repeat-y top;
 text-align: left;
}
#fundo2 td {
 font-size: 9pt;
 color: black;
}
#fundo3 {
 height: 77px;
 background: url("body_fundo_3.png") no-repeat top;
 text-align: right;
 font-size: 10pt;
 color: black;
}
#fundo3 a {
 color: black;
}
.fundo_table {
 width: 800px;
}
.fundo_table_body {
 padding: 0px 38px 0px 38px;
}
.nav_table {
 height: 80px;
 width: 410px;
}
.nav_table_nav {
 padding: 25px 0px 0px 10px;
}
.botao_menu {
 width: 145px;
 height: 30px;
 text-align: center;
 vertical-align: middle;
 /*padding-left: 8px;*/
 padding-top: 8px;
 text-decoration: none;
 display: block;
}
.botao_menu:hover {
 text-decoration: none;
 display: block;
 color: black;
 background: url("botao_hover.png") no-repeat;
}
table.instr {
 padding: 5px;
 border: 1px solid #DCDCDC;
 background: #D2D2D2;
}
td.instr {
 color: black;
}
hi.big {
 font-size: 25pt;
}


/*especiais*/
table.matriz td {
border: 1px solid lightblue;
}