*{
	margin: 0px;
}
body{
	background: url(img/fundo_01.jpg) repeat-x top;
	background-color: #7F101D;
}
body, tb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #570B14;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
h3 {
	color: #7F101D;
	font-size: 13px;
	font-weight: bold;
}


/* - - - - - classes - - - - - */

.wall {
	color: #FFFFFF;
	font-size: 11px;
}
.txtCinza {
	font-size: 10px;
	color: #999999;
}


/* - - - - - div's - - - - - */

#wrapper {
	margin: 0px auto;
	width: 995px;
	
}#conteudo {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 20px;
	width: 500px;
}
#topo {
	width: 540px;
	margin: 0px auto;
	overflow: hidden;
}

#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#acertos {
	color: #FFFFFF;
	background-color: #006600;
	display: block;
	border: 1px solid #00CC00;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pontilhado {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	overflow: hidden;
}

/* - - - - - TABELA - - - - - */

.tab_linha {
	background-color: #F0F0F0;
	margin-bottom: 5px;
	height: 33px;
	border: 1px solid #DBDBDB;
}
#tab_esq {
	width: 31%;
	text-align: right;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 19px;
}
#tab_dir {
	width: 66%;
	text-align: left;
	padding: 6px;
	float: left;
}
#tab_2colunas {
	padding: 5px;
	text-align: left;
}
#separa {
	clear: both;
	height: 5px;
	overflow: hidden;
}
