/* CSS Document */


body {
background-color:#dcdcdc;
}

#container {
position:absolute;
width:1000px;
border:1px solid #000000;
left:50%;
margin-left:-500px;
}

.txt {
font-family:"Trebuchet MS";
font-size:12px;
color:#656565;
text-decoration:none;
}

.txtPreto {
font-family:"Trebuchet MS";
font-size:12px;
color:#000000;
text-decoration:none;
text-align:justify;
}

.form {
font-family:"Trebuchet MS";
font-size:12px;
color:#656565;
text-decoration:none;
border: 1px solid #bfbfbf;
background-color:#efeeea;
}