/* CSS Document */

*{font-family:Arial, sans-serif; Font-Size:10pt; color:#000000; font-weight:normal;}

a{font-weight:bold; text-decoration:none}
a:hover{color:#FF0000; text-decoration:none}

a.voltar{font-weight:bold; text-decoration:none}
a.vlotar:hover{color:#3300CC}

body{background:#000000;}

.controles{background:#eeeeee; font-weight:bold; padding:2px; margin:1px; border:solid 1px #000000;}
.botao{background:#d50000; font-weight:bold; cursor:pointer; color:#ffffff; padding:10px; border:solid 1px #000000;}

#mensagem{border:dotted 2px #000000; color:#d50000; font-weight:bold; font-size:10pt; background:#eeeeee; padding:10px;}

b{color:inherit; font-size:inherit; font-family:inherit; font-weight:bold;}

#tudo{margin:0 auto; width:1000px;}
#conteudo{width:980px; padding:10px; background:#ffffff;}

