/* Marconi Duarte 13/04/2008 */
/* Copyright www.marconiduarte.com.br - www.marconiduarte.com */
/* Designer Marconi Duarte */

@import url(layout.css);
@import url(layout_internas.css);
@import url(lightbox.css);

* { margin: 0; padding: 0; border: 0; }
 
html { background: #3A9EB3 url(../images/bg_repeat.jpg) repeat left top; }

body { background: url(../images/bg.jpg) repeat-x left top; padding: 46px 0 46px 46px;	font-family: "trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #fff; cursor: default; }

ul, li { list-style-type: none; }

h1 { width: 250px; height: 27px; background: url(../images/topic.png) no-repeat left top; padding: 8px 0 0 29px; font-weight: normal; font-size: 17px; }

input, select, textarea { padding: 5px; font-family: "trebuchet MS", Verdana, Arial, sans-serif; font-size: 11px; }
.none { display: none; }

a { text-decoration: none; color: #fff; }

a.underline { text-decoration: underline; color: #fff; }
a.underline:hover { text-decoration: none; }
