@charset "utf-8";
/*
BASE CSS RESET
Created by Rick A on 2009-Mar-05 2:00 PM.
Copyright (c) 2008 COLOR CHARGE. All rights reserved.
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; }
/* body { line-height:1em; font-size:1em; background: #008398 url(../imagens/body_bg.gif) repeat-x center top; } >>> original */
body { line-height:1em; font-size:1em; background: #ffffff; }
ol, ul { list-style:none; _position:relative; }
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,em,strong,del,code,kbd,span { margin:0 0 1em 0; font-size:.775em; line-height:1.65em; font-family: Helvetica,Arial,sans-serif; color:#737373; }
a { color: #00717d; text-decoration: none; }
a:hover { text-decoration: underline; }
code,kbd,var { font-family:"Courier New", Courier, monospace; }
strong,em { font-weight:bold; font-family: inherit !important; font-size:100% !important; color:inherit; }
em { font-style:italic; }
td,th { font-family: Helvetica,Arial,sans-serif; color: #737373; font-size: .75em; }
del,strike { text-decoration:line-through; }
abbr,acronym { border-bottom:1px dotted #000; }
hr { border:none; color:#FFF; background-color:#FFF; height:0; line-height:0; margin:0; }
select, input, button { cursor:pointer; }