
	body, table, td {
		font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
		line-height: 1.2em;

		cursor: default;
	}

	body {
		margin: 0px;
		padding: 0px;
		height: 100%;

		overflow: hidden;

		background-color: #000000;
	}



	div#skel {
		width: 100%;
		height: 100%;

		text-align: center;
	}

	div#cont1 {
		width: 246px;
		height: 100%;

		position: absolute;
		left: 50%;
		top: 0px;
		margin-left: -123px;

		background-color: #2B2725;

		text-align: center;
	}

	div#cont2 {
		width: 216px;
		height: 100%;

		position: absolute;
		left: 50%;
		top: 0px;
		margin-left: -108px;

		background-color: #FFFFFF;
	}

	table#content {
		width: 100%;
		height: 100%;
	}

	td.lang {
		background-color: #F1EAD7;
		height: 35px;
	}

	a#lang_pt, a#lang_en, #news_title {
		font-family: Arial Narrow, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;

		color: #574D32;

		text-align: center;

		display: block;

		width: 100%;

		padding: 10px 0px;

		cursor: pointer;
	}

	#news_title {
		background:#A89548;
		color: #FFFFFF;
		cursor: default;
	}

	#news_content {
		overflow-x: hidden;
		overflow: hidden;
		margin: 0px;
	}

	#news_content .item a {
		text-decoration: none;
	}

	#news_content .item a:hover p,
	#news_content .item a:hover .dt,
	#news_content .item a:hover h3 {
		color: #B03439;
	}

	#news_content .item_en a:hover p,
	#news_content .item_en a:hover .dt,
	#news_content .item_en a:hover h3 {
		color: #B03439;
	}

	#news_content .item {
		padding: 10px 5px 10px;
		border-bottom: 2px solid #FFFFFF;
		cursor: pointer;
	}

	#news_content .item h3 {
		font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		color: #555555;
	}

	#news_content .item .dt {
		float: right;
		font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		margin-left: 5px;
		color: #333333;
	}

	#news_content .item p {
		margin: 0px;
		font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.5em;
		margin: 5px 0px;
		color: #444444;
	}


	#news_content .item_en h3,
	#news_content .item_en p,
	#news_content .item_en .dt {
		color: #A89548;
	}



	td#whitespace {
		height: 100%;
		background-color: #F1EAD7;
	}

	td#copyright {
		background-image: url(img/copyrightbg.gif);
		background-position: 0px 0px;
		background-repeat: repeat-x;

		font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		line-height: 1.4em;

		color: #7F796B;

		text-align: center;

		height: 70px;
	}