@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
background-color:#FFF;
background-image:url(images/bgd_full_topo.jpg);
background-position:top;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
text-align:left;
}

#full {

}

#logo {
margin-top:85px;
}

#menu {

}

.txt_chamada {
font-family:Helvetica;
font-size:45px;
color:#093;
font-weight:bold;
text-align:center;
letter-spacing:-3px;
line-height:40px;
}

.txt_post {
width:700px;
font-family:Arial;
font-size:15px;
color:#096;
text-align:justify;
}

.txt_postby {
font-family:Arial;
font-size:9px;
font-weight:bold;
color:#666;
text-align:right;
}

.txt_address {
font-family:Arial;
font-size:20px;
font-weight:bold;
color: #099;
text-align:center;
}

.a:link {
text-decoration:none;
color:#06C;
}

.a:hover {
text-decoration:none;
color:#0033FF;
}

.a:visited {
text-decoration:none;
color:#06C;
}
