@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../imagens/layout/background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#conteudo {
	width: 779px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFF;
}
.menu-top {
	background-image: url(../imagens/layout/topo_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	line-height: 40px;
	background-color: #0F1055;
	border-bottom: 4px solid #66cc00;
	text-align: left;
}
.menu-top ul, .menu-top li {
	margin: 0px;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	display: inline;
}
.menu-top ul {
	padding-left: 5px;
}
.menu-top a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.menu-top a:hover {
	color: #0d0e54;
	background-image: url(../imagens/layout/menu-hover.gif);
}
.logo {
	line-height: 216px;
	color: #FFF;
	background-color: #0E0E54;
	height: 216px;
	border-bottom: 4px solid #66cc00;
}
.leitura {
	min-height: 400px;
}
.leitura * {
	font-size: 12px;
}
.leitura h5 {
	background-image: url(../imagens/layout/h5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 205px;
	height: 45px;
	padding-left: 60px;
	padding-top: 10px;
	margin-top: 30px;
	font-size: 14px;
}
.leitura h6 {
	background-image: url(../imagens/layout/h6.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 350px;
	height: 45px;
	padding-left: 60px;
	padding-top: 10px;
	margin-top: 30px;
	font-size: 14px;
}

.leitura h2 {
	font-size: 14px;
	color: #66CC00;
}
.up {
	text-transform: uppercase;
}
table.tabela {
	border: 1px solid #999999;
}
.tabela td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9F9F9;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #F9F9F9;
}
.rodape {
	background-image: url(../imagens/layout/rodape.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 95px;
	text-align: center;
}
a.link {
	color: #00F;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding: 0px 2px;
}
a.link:hover {
	background-color: #0d0e54;
	color: #FFF;
}
