/* CSS Document */

/*---------- LINKS --------------*/
A {
color: #002D71;
font-family: Trebuchet MS, Verdana, Arial; 
font-size: 12px;
}

A.menu {
color: #588BB6;
font-family: Trebuchet MS, Verdana, Arial; 
text-decoration: none;
font-size: 12px;
}

A.menu2 {
color: #588BB6;
font-family: Trebuchet MS, Verdana, Arial; 
text-decoration: none;
font-weight: none;
font-size: 12px;
}

A.menu3 {
color: #588BB6;
font-family: Trebuchet MS, Verdana, Arial; 
text-decoration: none;
font-weight: none;
font-size: 12px;
}

A.trdp {
color: #990000;
font-family: Trebuchet MS, Verdana, Arial; 
text-decoration: none;
font-size: 9px;
}

/*---------- LINK HOVER --------------*/

A:hover {
color:#002D71;
font-family: Trebuchet MS, Verdana, Arial; 
text-decoration: underline;
font-weight: none;
font-size: 12px;
}

A.menu:hover {
color: #004E96;
font-family: Trebuchet MS, Verdana, Arial; 
text-decoration: none;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}

A.menu2:hover {
color: #006666;
font-family: Trebuchet MS, Verdana, Arial; 
text-decoration: none;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}

A.menu3:hover {
color: #CC0000;
font-family: Trebuchet MS, Verdana, Arial; 
text-decoration: none;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}

A.trdp:hover {
color: #FFFF00;
font-family: Trebuchet MS, Verdana, Arial; 
text-decoration: none;
font-size: 9px;
font-weight: bold;
}

/*---------- Paragrafos de TEXTRO <P> --------------*/

P {
color: #4779A3;
text-decoration: none;
font-family: Trebuchet MS, Verdana, Arial; 
font-size: 12px;
line-height: 140%
}

P.coment {
color: #444444;
text-decoration: none;
font-family: Trebuchet MS, Verdana, Arial; 
font-size: 10px;
line-height: 140%
}

/*---------- BORDY / TEXTO--------------*/

body {
/*- background-color: #C6ECD9; -*/

background-image:   url(estrutura/est_fundo_pagina_azul.jpg);
background-repeat: repeat-x;
/*-- 
scrollbar-face-color: #999999;
scrollbar-highlight-color: #999999;
scrollbar-3dlight-color: #333333;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #333333;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #333333;
-- */

margin-top: 0;
margin-lef: 0;
margin-right: 0;
margin-bottom: 0;
}

hr {
color: #E8F8FF ;
size: 1 ;
}

/*---------- Input --------------*/

input {
height: 17;
font-family: verdana, tahoma, arial; 
font-size: 10px; 
color:#333333;  
font-weight: normal;
}

input.botao {
width: 60px;
height: 18;
font-family: verdana, tahoma, arial; 
font-size: 10px; 
color:#333333;  
font-weight: normal;
}

select {
width: 150px;
height: 17;
font-family: verdana, tahoma, arial; 
font-size: 10px; 
color:#333333;  
font-weight: normal;
}

textarea {
font-family: verdana, tahoma, arial; 
font-size: 10px; 
color:#333333;  
font-weight: normal;
}