/*- Conteudo Central --------------------------*/
#container #content p{
	font-size: 12px;
	text-align: justify;
	margin: 7px 0px 0px 20px;
	line-height: 17px;
}

#container #content p.text_border{
	font-size: 12px;
	width: 661px;
	text-align: justify;
	margin: 7px 0px 0px 20px;
	line-height: 17px;
	border: 1px solid #CFC48E;
	padding: 8px;
	background: #E2DFBC;
}

#container #content table{
	font-size: 13px;
	margin: 10px 20px;
}

#container #content table tr td{
	height: 18px;
	text-align: center;
	font-size: 12px;
	width: 95px;
}

#container #content table tr td.title{
	background: #CFC48E;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#container #content table tr.bg_gold{
	background: #E2DFBC;
	text-align: center;
}


