@charset "utf-8";
/*
BASE CSS RESET
Created by Ricardo Augusto on 2008-03-11.
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; vertical-align: baseline; }
body { line-height: 1em; font-size: 1em; }
ol, ul { list-style-position:inside; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
textarea, input, select, button { background:#fff url(../images/inicio/bgInput.gif) repeat-x left top; border:1px solid #015a87; color:#000; font-family: "Trebuchet MS"; padding:0 0 0 3px; overflow: hidden; outline:none; }
textarea, input { padding:2px; font-family:"Trebuchet MS"; }
textarea:focus, input:focus, select:focus { }
option { background:none; }
textarea { overflow:auto; }
input.radio, input.checkbox, input.inputRadio { background:none !important; border:none !important; padding:0; height:13px; }
address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,em,strong,del,code,kbd,span, a, label, legend, small, th, td { margin:0; font-size:1em; font-family:"Tahoma"; }
code,kbd,var { font-family:"Trebuchet MS", Courier, monospace; }
b,strong,em { font-weight:bold; font-size:100% !important; color: inherit; }
em { font-style:italic; }
del,strike { text-decoration:line-through; }
abbr,acronym { border-bottom:1px dotted #474c42; }
hr { border:none; background-color: transparent !important; height:0; line-height:0; margin:0; }
small { font-size:0.79em; }

.msgErro {
	background:#f8b2b2 url(../images/bg/mensagemErro.gif) repeat-x left bottom;
	border:1px solid #9a1618;
	font-weight:bold;
	color:#990000;
	padding:5px;
	vertical-align:middle;
}
.msgErro img { vertical-align:middle; margin:-1px 5px 0 4px; }
#geral p { margin:0 0 1em; }
#geral h2.titulo {
	border-bottom:1px solid #263f57;
	display:inline-block;
	padding:0 30px 0 4px;
	margin:0 0 18px 0;
	text-transform:uppercase;
}

.boxContent th, .boxContent td { font-size:0.82em; border:1px solid #153a5a; padding:2px 3px; }
.boxContent th p, .boxContent td p { font-size:1em; }
.boxContent th { background:#3a5a77; color:#fff; font-weight:bold; }
.boxContent td { }
.boxContent table { background:#fff; border:1px solid #153a5a; border-collapse:collapse; margin:0 0 1em 0; }
.boxContent table tr.par td { background:#accde2; }
.boxContent ul { margin:0 0 1em 10px; }
.boxContent ul li { font-size:0.82em; line-height:1.2em; margin-bottom:5px; }
.boxContent ul li ul { margin:0 0 0 10px; }
.boxContent ul li li, .boxContent ul li p { font-size:1em; }
