@charset "utf-8";
/* Criado em 09/01/2009 */
/* Copyright Marconi Duarte - www.marconiduarte.com */

@import url(layout.css);
@import url(layout-internas.css);
@import url(lightbox.css);
@import url(layout-canal-direto.css);

* { margin: 0; padding: 0; border: 0; outline: 0; }

html { background: #ffffff url(../images/bg-rodape.jpg) no-repeat center bottom; cursor: default; }

body { background: url(../images/bg-topo.jpg) no-repeat center top; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 12px; color: #4C4C4C; padding: 17px 0 38px 0; }

ul, ol { list-style-type: none; }

input,
textarea,
select { background-color: #E9E9E9; padding: 0 3px; border: 1px solid #BDBDBD; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 12px; color: #4C4C4C; }

input.editNoFocus,
textarea.editNoFocus,
select.editNoFocus { overflow: auto; }

input.editFocus,
textarea.editFocus,
select.editFocus { background-color: #ffffff; border: 1px solid #4C70B7; overflow: auto; }

a { text-decoration: none; color: #4C4C4C; }
a:hover { text-decoration: underline; }

a.underline { text-decoration: underline; }
a.underline:hover { text-decoration: none; }

a.underlineblue { text-decoration: underline; color: #4C70B7; }
a.underlineblue:hover { text-decoration: none; background-color: #4C70B7; color: #ffffff; }

a.color { text-decoration: none; }

a.blue { text-decoration: none; color: #4C70B7; }

a.blue:hover,
a.color:hover { background-color: #4C70B7; color: #ffffff; }
