body, div, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address, object
{
	margin: 0px;
	padding: 0px;
}

body
{
	color: #606060;
	background: #252525 url(../images/fundo_bola.gif);
	font-size: 11px;
	font-family: "Trebuchet MS";
	text-align: center;
}

img { border: 0px; }

ul{ padding-left: 15px; }

ol
{
	list-style-position: inside;
	padding-left: 15px;
	text-indent: -16px;
}

th, td { font-size: 11px; }

a
{
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
}

input.text, textarea, select
{
	background: none;
	border: 0px;
	border-bottom: 1px solid #989898;
	color: #606060;
	font: 11px "Trebuchet MS";
}

textarea { border: 1px solid #989898; }

select
{
	background: #cdcdcd;
	color: #000000;
}

input.button
{
	background: #cdcdcd;
	border: 1px solid #989898;
	color: #606060;
	cursor: hand;
	font: 11px;
}

#background
{
	margin: 15px auto;
	width: 898px;
}

#background .bgcolor { background: #252525; }

#topo
{
	padding: 5px 20px 3px 20px;
	width: 100%;
}

#topo .logo { float: left; }
#topo .parceria
{
	float: right;
	margin-top: -1px;
	_margin-top: -6px;
}
#topo .banner 
{
	border: 1px solid #585858;
	height: 70px;
	text-align: center;
	width: 500px;
}

#menu
{
	background: url(../images/topo/bg_menu.gif) repeat-x;
	height: 19px;
	margin-top: 15px;
	padding-right: 20px;
	text-align: right;
	width: 100%;
}

#menu .bt { margin-left: 13px; }

#principal
{
	background: #e5e5e5;
	margin: 18px 20px 0px 20px;
	text-align: left;
	width: 858px;
}

#conteudo
{
	vertical-align: top;
	width: 652px;
}

#conteudo td.interna 
{
	padding: 5px 10px 10px 10px;
	vertical-align: top;
}

#conteudo h1 { margin: 0px -5px 10px -5px; }
#conteudo h2 { margin-top: 20px; margin-bottom: 10px; font-size: 14px; }
#conteudo h3 { margin-top: 10px; font-size: 11px; }

#menu_lateral
{
	background: #a5a5a5;
	margin-left: 2px;
	height: 100%;
	vertical-align: top;
	width: 208px;
}

#menu_lateral td { color: #000000; }
#menu_lateral input.text { border-bottom: 1px solid #808080; }

#rodape { padding: 10px 17px 5px 20px; }

#rodape .texto
{
	background: url(../images/rodape/bg_informa.gif);
	color: #000000;
	padding: 7px 5px 2px 2px;
}

#divNewsCont
{
	position: relative;
	width: 680px;
	height: 16px;
	clip: rect(0px 680px 16px 0px);
	visibility: hidden;
	overflow: hidden;
}

#divNews { position: absolute; }

#miolo { padding: 8px 15px 8px 15px; }

#texto_longo
{
	color: #303030;
	font-size: 12px;
	padding: 8px 15px 8px 15px;
}

.border_b { border-bottom: 1px solid #969696; }
.border_l { border-left: 1px solid #969696; }
.border_r { border-right: 1px solid #969696; }
.border_t { border-top: 1px solid #969696; }

.border_db { border-bottom: 1px dotted #c9c9c9; }
.border_dl { border-left: 1px dotted #c9c9c9; }
.border_dr { border-right: 1px dotted #c9c9c9; }
.border_dt { border-top: 1px dotted #c9c9c9; }

.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }

.cl { color: #606060; }
.c2 { color: #000000; }

.Erro { color: #cc0000; }
.Sucesso { color: #006600; }

div.separador
{
	background: url(../images/bg_hr.gif);
	height: 2px;
	font-size: 1px;
}

