/* Formatação dos Objetos do Site*/
body { height: 100%; margin: 0;  background-color: #000000}
body, div, td, p, a	{ font: 11px verdana; color: #6a6a6a; }
a {  text-decoration: none; font-weight: bold}
a:hover { color: #3b3c3d; text-decoration: underline; }
form { margin: 0; padding: 0; }
img { border: 0 }
table { border: 0 }
input { background-color: #eeeeee; border: 1px solid #eeeeee; font-size: 11px; font-family: verdana; color: #000;}
select { background-color: #eeeeee; border: 1px solid #eeeeee; font-size: 11px; font-family: verdana; color: #000; }
textarea { background-color: #eeeeee; border: 1px solid #eeeeee; font-size: 11px; font-family: verdana; color: #000; }
.hideDiv { position:absolute; display:none; visibility:hidden; }
.showDiv { position:relative; visibility:visible; display:block;}

/* Uteis */
.clear{clear: both;}
.block {display: block;}
.none {display: none;}
.left {float: left;}
.right{float: right;}
.aRight{text-align: right;}
.aCenter{text-align: center;}
.trans{ background-color: transparent; border:0;}

