* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin: 0;
	background-color: #e7e7e7;
}

/* Tags html */
h1 {
	font-size: 140%;
	margin: 10px 0 5px 0;
}
h1.principal {
	font-style: italic;
	color: #252e95;
	border-bottom: 2px solid #252e95;
	margin-top: 0px;
	margin-bottom: 15px;
	height: 21px;
}

h1.inicial {
	margin-top: 0px;
	padding-top: 8px;
}
h2 {
	font-size: 120%;
	margin: 15px 0 3px 0;
	color: #91904F;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
li {
	margin-bottom: 8px;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
th {
	text-align: right;
	background-color: #FCF6C9;
}
input.bt_100 {
	width: 100px;
}

h3 {
	color: #666666;
	margin: 15px 0 3px 0;
	font-size: 110%;
}


/* Classes */
.recuado {
	margin: 3px 20px;
}
.vermelho {
	color: #FF33FF;
}

.rebaixado {
	color: #999999;
}
.caixa {
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
.recuado_duplo {
	margin: 3px 20px 3px 60px;
}
.citacoes {
	font-size: 9px;
}
.legenda {
	font-size: 85%;
}
.linha_azul {
	border-bottom: 1px solid #252e95;
}
.sem_margem {
	margin: 0;
}


/* Layout */
#envelope {
	margin: 0 auto;
	position: relative;
	width: 776px;
	left: -1px;
	background-color: #FFFFFF;
}

#cabecalho {
	/*
	background-image: url(/imagens/base/fundo_cabecalho.png);
	background-position: top center;
	background-repeat: repeat-y;
	*/
	width: 100%;
}
#cabecalho #topo {
	margin: 0 auto;
	position: relative;
	width: 780px;
}
#cabecalho #menu {
	position: relative;
	width: 778px;
	margin: 0 auto;
	left: -1px;
	z-index: 10;
}
#conteudo {
	background-color: #FFFFFF;
	width: 776px;
	position: relative;
}
#menu_lateral {
	width: 157px;
	height: 250px;
	float: left;
}
#conteudo_com_menu {
	margin-left: 170px;
	/*padding: 10px 15px 0 0;*/
}
#rodape {
	border-top: 2px solid #e6e6e6;
	text-align: center;
	clear: both;
	color: #CCCCCC;
	margin: 15px 0 0 0;
	height: 18px;
}
