body {
	background: #f3f3f3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #434142;
	margin: 40px 0 0;
	padding: 0
}

* {
	margin: 0;
	padding: 0
}

#menu, #menu a{
	background: #040d27;
	height: 40px
}

#menu a:hover {
	background: #FFF;
	color: #040d27;
	text-decoration: none
}

ul#menu {
	position: absolute;
	width: 86%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	padding-left: 7%;
	padding-right: 7%;
	height: 40px;
	top: 0;
}

ul#menu a {
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF
}

ul#menu li {
	float: left
}

ul#menu1 li a {
	background: #FFF;
	color: #040d27
}

ul#menu1 li a:hover {
	color: #666666
}

#topo {
	padding-left: 20px;
}

#grade {
	height: 105px
}

#logo {
	float: left
}

#logo h1 {
	margin: 0
}

#status {
	text-align: right;
	line-height: 110px
}

#linha {
	background: #040d27;
	height: 4px
}

h1,h2,h3,h4 {
	color: #040d27;
}

#geral {
	width: 85%;
	text-align: left;
	margin: 0 auto
}

#conteudo {
	margin: 0
}

#conteudo a {
	text-decoration: none;
	color: #333
}

#pagina {
	background: #fff;
	border: 1px solid #bebebe;
	text-align: left;
	padding: 14px 14px 14px 14px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px
}

#rodape {
	text-align: center;
}

#tela_carregando {
	position:fixed;
	top:50%;
	left:50%;
	display:block;
}
 
#centro {
	position: relative;
	background: #FFF;
	height: 100px;
	width: 400px;
	margin-top: -140px;
	margin-left: -205px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 4px solid #040d27;
	display:block;
}

#centro h4 {
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #040d27;
}