@charset "utf-8";
/* CSS Document */
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
body{
	background: #2d2d2d;
	color: #FFFFFF;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
}
div.botao{
	float: left;
	height: 73px;
	text-align: center;
	margin-top: 34px;
	margin-bottom: -34px;
	width: 107.7px;
}
div.menu {
	background:url(../imagens/menu.png) repeat-x center;
	height: 73px;
}
div.menubaxo {
	background: #132d44;
	height: 12px;
}
div.rodape{
	background: #161616;
	border-bottom: 1px solid #000000;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	line-height: 18px;
	text-align: center;
}
div.separa{
	background:url(../imagens/separa.png);
	float: left;
	height: 73px;
	width: 2px;
}
div.separa1{
	background: #202020;
	height: 12px;
}
div.tudo {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 100%;
	margin: 0px auto;
	top: 0px;
	width: 766px;
}
img{
	border:0;
}
html {
	height: 100%;
}