.txtTopo {
font: bold 11px Arial;
color: #000000;
}

.txtTopo2 {
font: bold 9px Arial;
color: #333333;
}

a.linkRed {
font: bold 13px Arial;
color: #FF0000;
text-decoration: none;
}

a.linkRed:hover {
font: bold 13px Arial;
color: #FF0000;
text-decoration: underline;
}

a.linkBlue {
font: bold 13px Arial;
color: #0000FF;
text-decoration: none;
}

a.linkBlue:hover {
font: bold 13px Arial;
color: #0000FF;
text-decoration: underline;
}

a.linkGreen {
font: bold 13px Arial;
color: #003300;
text-decoration: none;
}

a.linkGreen:hover {
font: bold 13px Arial;
color: #003300;
text-decoration: underline;
}

a.link1 {
font: normal 11px Arial;
color: #777777;
text-decoration: none;
}

a.link1:hover {
font: normal 11px Arial;
color: #064ab0;
text-decoration: underline;
}

a.link2 {
font: normal 11px Arial;
color: #777777;
text-decoration: none;
}

a.link2:hover {
font: normal 11px Arial;
color: #064ab0;
text-decoration: underline;
}

a.link3 {
font: bold 11px Arial;
color: #0000FF;
text-decoration: underline;
}

a.link3:hover {
font: bold 11px Arial;
color: #0000FF;
text-decoration: none;
}

a.link4 {
font: normal 11px Arial;
color: #FF0000;
text-decoration: none;
}

a.link4:hover {
font: normal 11px Arial;
color: #FF0000;
text-decoration: underline;
}

.check {
//NADA POR ENQUANTO
}

.botao {
background-color:#F7FAFD;
border: 2px solid #064ab0;
color: 064ab0;
font-family: Arial;
font: bold;
}

.botao_verde {
background-color:#F7FAFD;
border: 2px solid green;
color: green;
font-family: Arial;
font: bold;
}

.botao_vermelho {
background-color:#F7FAFD;
border: 2px solid red;
color: red;
font-family: Arial;
font: bold;
}

.form {
background-image: url(../imagens/background.gif);
border: 2px solid #DDDDDD;
color: 064ab0;
font-family: Arial;
font: bold;
}

.formSelected {
background-image: url(../imagens/background.gif);
border: 2px solid #064ab0;
color: 064ab0;
font-family: Arial;
font: bold;
}

.txtarea {
background-image: url(../imagens/background.gif);
border: 2px solid #DDDDDD;
color: 064ab0;
font-family: Arial;
font: bold;
}

.combo {
background-image: url(../imagens/background.gif);
border: 2px solid #DDDDDD;
color: 064ab0;
font-family: Arial;
font: bold;
}

.lista {
display:block;
border: 2px solid #DDDDDD;
color: 064ab0;
font-family: Arial;
font: bold;
width: 195px;
}

.azulClaro {
background:#F2F2F2;
}

.azulEscuro {
background:#E7EDF6;
}

.titulo {
background: #EDEDED url("fundo_titulo.jpg");
background-position: top;
background-position: left;
background-repeat: repeat-x;
}

.tituloP {
background: #EDEDED url("fundo_titulo_p2.jpg");
background-position: top;
background-position: left;
background-repeat: repeat-x;
}

.titulo2 {
background: #EDEDED url("fundo_titulo2.jpg");
background-position: top;
background-position: left;
background-repeat: repeat-x;
}

.bordaTabela {
border-collapse: collapse;
border: 1px solid #808080;
}

.bordaTabela2 {
border-collapse: collapse;
border: 1px solid #98AAB1;
}

.divisor {
height: 1px;
background-color:#CCCCCC;
}

.divisor2 {
height: 1px;
background-color:#98AAB1;
}

.azulClaro {
background:#F2F2F2;
}

.azulEscuro {
background:#E7EDF6;
}

.topoAzul {
background: #b9cee3;
}

.titulo {
background: #EDEDED url("fundo_titulo.jpg");
background-position: top;
background-position: left;
background-repeat: repeat-x;
}

.titulo2 {
background: #EDEDED url("fundo_titulo2.jpg");
background-position: top;
background-position: left;
background-repeat: repeat-x;
}

.bordaTabela {
border-collapse: collapse;
border: 1px solid #808080;
}

.bordaTabela2 {
border-collapse: collapse;
border: 1px solid #98AAB1;
}

.divisor {
height: 1px;
background-color:#CCCCCC;
}

body {
background: url(../imagens/background.gif);
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #777777;
scrollbar-face-color: #f7fafd;
scrollbar-darkshadow-color: #B2B1AF;
scrollbar-track-color: #dddddd;
font-family: Arial;
}

font {
font-family: Arial;
}

/*----- Nav ----- */

.class nav {
width:191px;
}

.nav_list {
margin: 0;
padding: 0;
width: 191px;
list-style: none;
overflow: hidden;
}

.nav_list li {
width: 191px;
overflow: hidden;
text-transform: uppercase;
font-size:10px;
}

.nav_list a {
color:#707070;
text-decoration:none;
font-family: Arial;
}

.li_nav_header {
	display: block;
	width: 191px;
	height: 24px;
	background: url(../imagens/nav_header.gif) no-repeat;
	padding:10px 0 0px 20px;
	font-family: Arial;
	font-size:11px;
}

.li_nav_body a  {
display: block;
width: 191px;
height: 21px;
background: url(../imagens/nav_body.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

.li_nav_footer a  {
display: block;
width: 191px;
height: 45px;
background: url(../imagens/nav_footer.gif) no-repeat;
}

.li_nav_body a:hover {
background-position:  0 -42px;
color:#0F3D80;
}

.li_active a:active  {
background: url(imagens/nav_body.gif) no-repeat;
background-position:  0 -42px;
color:#0F3D80;
}