/* geral */

/* ---- resetando dados pre classificados ---- */
html, body, div, span, applet, 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 {
	/*
	tirei a borda do codigo, para que as tabelas pudesse mostrar a borda
	margin:0;padding:0;border:0;outline:0;*/
	font-size:100%;font-family:inherit;
}
html, body, div, span, applet, 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, caption, tbody, tfoot, thead {
	margin:0;padding:0;outline:0;
	border:0;
}

:focus {outline:0;}

ol, ul {list-style:none;}

/*caption, th, td {text-align:left;font-weight:normal;}*/
blockquote:before, blockquote:after,q:before, q:after {content:"";}
blockquote, q {quotes: "" "";}
hr.off {display:none;}

/* ---- fonts v2 ---- */
body {font:x-small arial,helvetica,freesans,sans-serif;font-size:11px;}
select, input, textarea {font:0.99em arial,helvetica,clean,sans-serif;}

body {
	background-image:url(../imagens/bg_repeat.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}


pre, code {font:1.15em monospace;}
a {text-decoration:none; color: #CC000F; font-weight:normal;
font-family:arial,freesans,helvetica,sans-serif; cursor:pointer;
	}
.conteudo a:visited {}
a:hover {text-decoration:underline;}


.corCinza {color: #CCCCCC}
