/* CSS CoGeração */

/* Começo css reset */
body,div,dl,dt.dd,ul,ol,li,h1,h2,h3,h4,h5,h6
,pre,form,fieldset,p,blockete,th,td{
padding:0;
}
addres,th{
font-style:normal;
font-weight:normal;
}
table{
border-collapse:collapse;
border-spacing:0;
}
caption,th{
text-align:left;
}
img,fieldset{
border:none;
}
ol,ul{
list-style:none;
}
/* fim css reset */

body{
margin:0 0 0 0;
background-image:url(images/fundo.jpg);
}

a{
text-decoration:none;
}

a:hover{
color:#000000;
text-decoration:underline;
}

.inputsLogin{
font-size:12px; 
font-family:Verdana, Arial, Helvetica, sans-serif;
width:150px; 
border:#999999 1px solid;
margin-top:3px;
margin-bottom:3px;
}
.dataNot{
font-size:9px;
color: #666666;
text-decoration:none;
}

.tituloNot{
font-size:14px;
color: #000000;
font-weight:bold;
text-decoration:none;
}

.txtNot{
font-size:12px;
color: #000000;
text-decoration:none;
}
