/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#f5f5f3;
}
#corpo {
	background:#FFFFFF;
}
#barramenu {
	background:url(../images/barra-menu.gif);
	width:738px;
	height:53px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#barramenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#000000;
}
#barramenu a:hover {
	text-decoration:underline;
	color:#666666;
}
.conteudo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.conteudotit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#rodape {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}
#rodape a {
	color:#000;
	text-decoration:none;
}
#rodape a:hover {
	text-decoration:underline;
}
.tit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

