body {
	font: normal 10px Verdana, sans-serif;
	color: #333;
}

.fic_portlet {
	background-color: #FFFFFF;
	border: 1px solid #006FA2;
	margin: 1px;
	padding: 2px;
	position: static;
}
.fic_portlet a {
	text-decoration: none;
	color: #333;
}
.fic_portlet a:visited{
	color: #333;
}
.fic_portlet a:hover{
	color: #333;
}
.fic_portlet a:active{
	color: #333;
}
.header {
	background-image: url(fic_images/topo_portlet.png);
	background-repeat: no-repeat;
	background-color: #197fb2;
	border: 1px solid #006FA2;
	margin: 0 0 1px 0;
	padding: 4px 0 4px 16px;
	color: #FFFFFF;
	font: bold 10px Verdana, sans-serif;
}
.header2 {
	background-image: url(fic_images/topo_portlet2.png);
	background-repeat: no-repeat;
	background-color: #197fb2;
	border: 1px solid #006699;
	margin: 0 0 1px 0;
	padding: 4px 0 4px 16px;
	color: #FFFFFF;
	font: bold 10px Verdana, sans-serif;
}

.fic_portlet dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
.fic_portlet dt {
	background-image: url(fic_images/sub_portlet.png);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	padding: 4px 0 3px 4px;
	color: #E77817;
	font: bold 10px Verdana, sans-serif;
}
.fic_portlet dd {
	padding: 4px 2px 4px 2px;
	border-bottom: 1px solid #eee;
}
.fic_portlet dd .nome {
	margin: 0px;
	padding: 0px;
}
.fic_portlet dd .button {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.inputText {
	border: 1px solid #ccc;
	font: normal 10px Verdana, sans-serif;
	width: 162px;
	margin-bottom: 4px;
	background: #fff;
}
.inputButton {
	border: 1px solid #ccc;
	font: normal 10px Verdana, sans-serif;
	width: 60px;
	color: #999999;
	margin: 0 2px 0 2px;
}
.conteudo {
	margin: 0px;
	padding: 0px;
	overflow:auto;
	border: 1px solid #eee;
}
#topo {
	margin: 0;
	padding: 0;
}
#topo_titulo {
	background-image: url(topo_index.jpg);
	background-repeat: no-repeat;
	margin: 1px;
	padding: 0;
	height: 130px;
}
#menu_rodape dl{
	padding: 6px 0 2px 0;
	margin: 0;
	background-image: url(fic_images/barra_topo.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 17px;
}
#menu_rodape dt{
	padding: 2px 6px 2px 6px;
	margin: 0 1px 0 1px;
	display: inline;
	color: #999;
	text-align: center;
}
#menu_rodape dt a{
	text-decoration: none;
	color: #999;
}