body {
	min-width: 778px;
	max-width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #4d5158;
	font-size: 12px;
	background-color: #70b7e5;
	background-image: url(../imagens/estrutura/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #0066cc;
}

h1 {font-size:22px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

.button {
	padding: 3px;
	font-size: 13px;
}

/* GERAL */
#geral {
	width: 778px;
	position: relative;
	background-color:#FFF;
	display: table;
	}
	
/* TOPO */
#topo {
	width: 778px;
	height: 145px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(../imagens/estrutura/fundo_topo.jpg);
	background-repeat: no-repeat;
	}

#logo {
	width: 253px;
	height: 95px;
	float: left;
	}

/* MENU */
#menu {
	width: 216px;
	background-color: #FFFFFF;
	display:table;
	padding-bottom: 15px;
	float: left;
	}

/* BOX LARANJA */
#boxLaranja {
	width: 190px;
	height: auto;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 8px;
	float: left;
}
.tituloBoxLaranja{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../imagens/estrutura/boxlaranja_topo.gif);
	height: 22px;
	width: 190px;
	text-indent: 15px;
	margin: 0px;
	font-weight: bold;
	padding-top: 8px;
	background-repeat: no-repeat;
}
.conteudoBoxLaranja {
	background-image: url(../imagens/estrutura/box_meio.gif);
	width: 160px;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.conteudoBoxLaranja a {
	text-decoration: none;
	color: #4d5158;
}
.conteudoBoxLaranja a:hover {
	text-decoration: underline;
	color: #0066cc;
}

.conteudoBoxLaranja hr {
	height: 1px;
    border: none;
    border-top: 1px solid #d5d5d5;
	margin-top: 5px;
	margin-bottom: 5px;
}
.rodapeBoxLaranja {
	background-image: url(../imagens/estrutura/box_rodape.gif);
	height: 17px;
	width: 190px;
	background-repeat: no-repeat;
}


/* RODAPE */
#rodape {
	width: 778px;
	padding-top: 15px;
	height: 20px;
	text-align: center;
	color: #FFF;
	background-image: url(../imagens/estrutura/rodape.png);
	background-repeat: no-repeat;
}

#rodape a {
	text-decoration: underline;
	color: #FFF;
}
#rodape a:hover {
	text-decoration: underline;
	color: #FFF;
}
