body {
scrollbar-face-color: #ebecec;
scrollbar-highlight-color: white;
scrollbar-shadow-color: #aaaaaa;
scrollbar-3dlight-color: #dddddd;
scrollbar-arrow-color: gray;
scrollbar-track-color: white;
scrollbar-darkshadow-color: white;
overflow: auto;
margin:0px;
padding:0px;
}

.botao {
border-color: Gray;
border-style: solid;
height: 19px;
background: #EDEDED;
font-family: tahoma, Helvetica, sans-serif;
font-size: 7pt;
font-weight: bold;
Color: #5F5F5F;
border-width: 1px;
cursor: hand;
}

.borda {
border-color: #000000; 
border-style: solid;
border-width: 1px; 
}

.caixa {
border-color: #A0A0A0 White White #A0A0A0;
border-style: solid none none solid;
height: 20px;
font-family: arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
Color: #262d75;
border-width: 1px;
background: #EDEDED;
}
.caixa2 {
border-color: #A0A0A0 White White #A0A0A0;
border-style: solid none none solid;
font-family: arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
Color: #262d75;
border-width: 1px;
background: #EDEDED;
}

#imagem {
width:778px; /* largura da imagem */
position:relative; /* cria o contexto para posicionar o filtro */ 
}

#filtro {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
/* filtro alpha para IE 5.5+ valores de 0(transparente) até 100(opaco) */ 
position:absolute;
width: 161px;
height:22px;
top:196px;
left:617px;
color:#000000;
background:#ffffff; /* Aqui você muda a cor do filtro */
} 


.fonte1 {
color: #464646;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration: none;
}

.fonte2 {
color:#464646;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration:none;
}

.fonte2 a{
color: #0099ff;
}
.fonte2 a:hover{
color: #464646;
}

.link {
color: #464646;
font-family: tahoma, Helvetica, sans-serif; 
font-size: 9px; 
font-weight: normal;
text-decoration: none;
}

.link:hover {
color: #4d73ba;
}

.link1 {
color: #464646;
font-family: tahoma, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-top:3px;
position:absolute;
text-decoration: none;
	
}

.link1:hover {
color: #0099ff;
}

.link2 {
color: #464646;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration: none;
}

.link2:hover {
color: #0099ff;
}


.link3 {
color:#0099ff;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration: none;
}

.link3:hover {
color: #000000;
}

.link4 {
color: #929292;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration: none;
}

.link4:hover {
color: #0099ff;
}

.link5{color:#0099FF;}


.linkNoticias {
color: #464646;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: normal;
text-decoration: none;
display:block;
width:100%;
padding:5px 0 3px 3px;
}
.linkNoticias:hover{
color: #0099ff;
background:#EBEBEB;
}
 
.menu {
color: #464646;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold;
text-decoration: none;
background: url(imagens/menu_fundo.jpg);
}

.menub {
color: #4d73ba;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold;
text-decoration: none;
background: url(imagens/menu_fundoazul.jpg);
}

.sombra { /* Only in IE */
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='cacaca', Positive='true');
}

.titulo1 {
color: #ffffff;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold;
text-decoration: none;
}

.titulo2 {
color: #000066;
font-family: tahoma, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold;
text-decoration: none;
}

.over{
	text-decoration:underline;
	cursor:pointer;
	background:#829AB4;
	color:#FFFFFF;
}

.classPadding{ padding:5px 0px 3px 5px;}

