/*

Canon
VM2 - www.vm2.com.br
Caio J Ruman - caio@vm2.com.br
06/02/2007

*/

@import "estrutura.css";
@import "internas.css";

/* Geral - Tags */

* { margin: 0; padding: 0; }

body { font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif; color: #000; background: #fff url(../imagens/bg_body.gif) repeat-x 0 51px; }

fieldset, img { border: none; }
legend { display: none; }

a { text-decoration: none; }
a:visited { }
a:hover { text-decoration: underline; }
a:active { }

input, select, textarea { font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #777; }

/** Misc **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.black { color: #000; }
.none { display: none !important; }
.block { display: block !important; }
.invisivel { visibility: hidden; }
.clear { clear: both; }
.right { float: right; }
