
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #f6f6f6;
	margin: 0px;
	background-color: #a2a3a5;
}

div#geral {
	width: 800px;
	margin: auto;
	font-size: 1.2em;
}

div, ul, li, form, input, br {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}

a {
	color: #f5841f;
	text-decoration: none;
}

a:hover {
	color: #f5841f;
	text-decoration: underline;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div#menu {
	width: 800px;
	height: 60px;
	background-color: #242529;
	text-align: right;
}

div#menu ul {
	height: 25px;
	padding-top: 15px;
	padding-left: 5px;
}

div#menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #f5841f;
}

div#menu ul li a {
	padding: 4px;
	border: 1px solid #f5841f;
	background-color: #f5841f;
	color: #ffffff;
	display: block;
}

div#menu ul li a:hover {
	padding: 4px;
	border: 1px solid #f5841f;
	background-color: #f5841f;
	color: #242529;
	display: block;
	text-decoration: none;
}

div#menu ul li.active {
	padding: 4px;
	border: 1px solid #f5841f;
	color: #242529;
	display: block;
	position: relative;
	top: -4px;
}

.img_hi5 {
	position: relative;
	top: -30px;
	right: 10px;
}


div#banner {
	width: 800px;
	height: 190px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
}



div#conteudo {
	width: 800px;
	background-image: url(../images/conteudo2_bg.jpg);
	background-repeat: repeat-y;
	float: left;
}

div#conteudo_esq {
	width: 230px;
	float: left;
	padding: 10px;
}

.inputbox_login {
	width: 230px;
	border: 0px;
	padding: 2px;
	font-size: 1.0em;
}

div#conteudo_esq .button {
	background-color: #a2a3a5;
	padding: 2px;
	color: #333333;
	border: 0px;
	font-size: 0.9em;
}

div#conteudo_esq ul li {
	list-style: none;
}

.inputbox_pesquisa {
	width: 190px;
	border: 0px;
	padding: 2px;
	font-size: 1.0em;
	margin-right: 10px;
}


div#conteudo_dir {
	width: 530px;
	float: right;
	padding: 10px;
}

div.tit, .contentheading, .componentheading {
	font-size: 1.4em;
	padding-bottom: 15px;
	color: #a2a3a5;
}

div.tit2 {
	font-size: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-top: 1px dotted #a2a3a5;
	color: #a2a3a5;
}

.createdate {
	font-size: 0.9em;
	color: #a2a3a5;
	padding-bottom: 4px;
}

.article_column {
	border-top: 1px dotted #a2a3a5;
	padding-top: 10px;
}

.sectiontableheader {
	padding-bottom: 10px;
	padding-right: 5px;
}

.sectiontableentry1 td, .sectiontableentry2 td {
	padding-right: 5px;
}





div#rodape {
	width: 800px;
	height: 60px;
	clear: both;
	background-color: #242529;
	text-align: center;
	font-size: 0.9em;
	padding-top: 20px;
}





