@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #1E0C21;
	background-attachment: scroll;
}
#corpo {
	background-color: #000000;
	width: 780px;
	border: 2px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 3px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#corpo #men {
	height: 25px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #FFFF00;
}

#corpo #menu {
	height: 32px;
	margin-top: 3px;
	margin-bottom: 3px;
	float:left;
	display:block;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/rod.jpg);
	background-repeat: repeat-x;
	background-position: left;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.texti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#corpo #menu ul {
	width: 760px;
	margin: 0 auto;
	list-style-type: none;
}
#corpo #menu ul li {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	color: #FFFF00;
}
#corpo #cabecalho {
	padding: 5px;
	height: 140px;
	margin: 0px;
	margin-bottom: 3px;
	background-image: url(images/topos3.jpg);
}
#corpo #coluna_esq {
	display: block;
	float: left;
	width: 270px;
	margin-bottom: 3px;
}
#corpo #coluna_esq img {
	margin: 8px;
	float: left;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	margin: 5px;
	float: right;
	font-weight: bold;
}
.link_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	text-align: right;
}
#corpo #coluna_dir {
	display: block;
	float: right;
	width: 215px;
	margin-bottom: 3px;
}
#corpo #coluna_dir img {
	margin-left: 5px;
	float: left;
	
}
#corpo #conteudo {
	margin-right: 220px;
	margin-left: 275px;
}

#corpo #conteudo img {
	margin-bottom: inherit;
	float: inherit;
}
#corpo #rodape {
	margin-top: 3px;
	clear: both;
	background-position:left;
}
.headerodape {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/rod.jpg);
	background-repeat: repeat-x;
	background-position: left;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
}

#corpo #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1E0C21;
	border-left-color: #1E0C21;
	display: block;
}

#corpo #menu a:hover {
	color: #FFFFFF;
	background-color: #1E0C21;
	text-align: center;
	width: 106px;
	background-repeat: repeat;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#flash {
	margin-top:5px;
}