/* CSS Document */
@import url('index/topo.css');
@import url('index/aba_right.css');
@import url('index/aba_destaque.css');
@import url('index/conteudo.css');
* {margin:0;padding:0;list-style:none;text-decoration:none;}
img{border:none;}
html{
width:100%;
}
body{
margin:0 auto;
font-family:"Trebuchet MS", Verdana, Tahoma;
width:1000px;
color:#000;
}
#principal{
background:url(../imagens/principal/bg_principal.gif) repeat-x top #f2f2f2;
width:1000px;
float:left;
text-align:center;
margin:0 auto;
}
#conteudo{
position:relative;
/*width:525px;*/
width:769px;
float:left;
}

a:link{
color:#244663;}
a:visited{
color:#c2c2c2;}
a:hover{
color:#3C6C89;}
.espaco{
height:10px;}
.ft1 { font-size: 10px; }
.ft2 { font-size: 13px; }
.ft3 { font-size: 18px; }


