/* CSS Document */



/*---------- LINKS --------------*/

A {

color: #003333;

font-family: Trebuchet MS, Verdana, Arial; 

font-size: 12px;

}



A.menu {
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:36px;text-transform:uppercase;font-size:12px;font-weight:bold;background:transparent url("images/bgOFF.gif") repeat-x top left;font-family:Helvetica,Arial,Verdana,sans-serif;border-bottom:4px solid #336666;border-top:1px solid #C0E2D4;}
ul#saturday li{display:block;float:left;margin:0;pading:0;}
ul#saturday li a{display:block;float:left;color:#874B46;text-decoration:none;padding:12px 20px 0 20px;height:24px;background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}
ul#saturday li a:hover{background:transparent url("images/bgHOVER.gif") no-repeat top right;}
ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;background:transparent url("images/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

color: #003333;

font-family: Trebuchet MS, Verdana, Arial; 

text-decoration: none;

font-size: 12px;

}



A.menu2 {

color: #003333;

font-family: Trebuchet MS, Verdana, Arial; 

text-decoration: none;

font-weight: none;

font-size: 9px;

}



A.trdp {

color: #990000;

font-family: Trebuchet MS, Verdana, Arial; 

text-decoration: none;

font-size: 9px;

}



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



A:hover {

color: #003333;

font-family: Trebuchet MS, Verdana, Arial; 

text-decoration: underline;

font-weight: none;

font-size: 12px;

}



A.menu:hover {

color: #FF0000;

font-family: Trebuchet MS, Verdana, Arial; 

text-decoration: none;

font-weight: bold;

font-size: 12px;

}



A.menu2:hover {

color: #FF0000;

font-family: Trebuchet MS, Verdana, Arial; 

text-decoration: bold;

font-size: 9px;

}



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: #003333;

text-decoration: none;

font-family: Trebuchet MS, Verdana, Arial; 

font-size: 12px;

line-height: 140%

}



P.coment {

color: #003333;

text-decoration: none;

font-family: Trebuchet MS, Verdana, Arial; 

font-size: 10px;

line-height: 145%

}



P.obs {

color: #003333;

text-decoration: none;

font-family: Trebuchet MS, Verdana, Arial; 

font-size: 9px;

line-height: 150%

}



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



body {

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



background-image:   url(estrutura/fundo_pagina.jpg);



/*-- 

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;

}



/*---------- 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;

}