body {
	background-color: #9F7050;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.header_images {
	width: 860px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFD095;
}
.header_right {
	width: 105px;
	height: 160px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.header_right form {
	margin: 0px;
	padding: 0px;
}
.header_right form input {
	height: 20px;
	width: 90px;
	background-color: #9F7050;
	border: 1px solid #FFD095;
	margin: 5px;
}
.header_lang {
	margin: 5px 5px 18px;
	border: 1px solid #FFD095;
	font-size: 12px;
}
.header_lang a img {
	border: 1px solid #30463D;
}
.header_lang a:hover img {
	border: 1px solid #FFFFFF;
}
.header_bar {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 970px;
	vertical-align: middle;
	border: 1px solid #FFD095;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menu_background {
	background-color: #9F7050;
	text-align: left;
	vertical-align: top;
	width: 160px;
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #FFD095;
	border-right: 0px solid #FFD095;
	border-bottom: 1px solid #FFD095;
	border-left: 1px solid #FFD095;
}
.menu_background ul {
	padding: 0px;
	margin: 0px;
}
/*.menu_background ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}*/
li.menu {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	padding: 3px 0px 3px 10px;
}
li.menu_act {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	padding: 3px 0px 3px 10px;
	background-color: #DFB080;
}
li.sub_menu {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	padding: 3px 10px;
	margin: 0px 0px 0px 10px;
	background-color: #BF9065;
}
li.sub_menu_act {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	color: #00FF00;
	padding: 3px 10px;
	background-color: #FFD095;
	margin: 0px 0px 0px 10px;
}
.sub_menu_act a {
	color: #9F7050;
}
.content {
	font-size: 12px;
	padding: 10px;
	width: 790px;
	background-color: #FFD095;
	text-align: justify;
	color: #000000;
	line-height: 140%;
	min-height: 660px;
}
.align-center {
	text-align: center;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img{
	border: 2px solid #fff;
	padding:0;
}


/** sergio, dez 09 -- news-box links **/
div.news {
	min-height: 100px;
	margin-top: 30px;
	border: 1px solid #FFD095;
	border-right: 0px #000;
}

div.newsInner {
	padding:3px;
}

}