@import url(forms.css);
@import url(popups.css);





/* ==== HTML ==== */
html{}
body{background-color:#FFF;}
*{margin:0;padding:0;font:11px Arial, Helvetica, sans-serif;color:#666;}
img{border:none;}






/* ==== ESTRUTURA ==== */
#header{}
#content{}
#navigation{}
#footer{}





/* ==== BLOCOS ==== */

/* - divs - */
div{}


/* - table - */
table{}
th{}




/* ==== TEXTO ==== */

/* - titulos - */
h1{}
h2{}
h3{}
h4{}
h5{}

/* - paragrafos e trechos - */
p{}
span{}


/* - links - */
a:link{}
a:visited{}
a:hover{}

