@charset "utf-8";

body {
	background-color: #000;
	font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:none;
	color: #663333;
	margin: 0;
}
h1 {
	font-size: 14px;
	color: #f1f1f1;
	margin: 0;
}
a:link {
	color: #f00;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #f00;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	color: #f00;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}
.bold {
    font-weight:bold;
}
#central {
	width: 1000px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	border: 1px #333 solid;
}
#logo_btn {
	position: absolute;
	margin-left: 119px;
	margin-top: 11px;
	z-index: 5;
}
#entrar_btn {
	position: absolute;
	margin-left: 732px;
	margin-top: 13px;
	z-index: 5;
}
#aviso {
	width: 460px;
	position: absolute;
	margin-left: 270px;
	margin-top: 22px;
	z-index: 15;
	text-align: center;
}
#aviso p {
	font: 11px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
}
#aviso p a {
    color: #f00;
	text-decoration: none;
	font-weight: normal;
}
#aviso p a:hover {
    color: #f00;
	text-decoration: underline;
}
#header {
	position: absolute;
	margin-left: 270px;
	margin-top: 3px;
	width: 460px;
	z-index: 3;
	text-align: center;
}
.a1-link {
	font-weight: bold;
	color: #630;
	font-style: none;
}
.a1-link a {
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
.a1-link a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
.a1-link a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: underline;
}
.a1-link a:active {
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: underline;
}
#declaracao {
	width: 940px;
	height: auto;
	position: relative;
	margin-left: 30px;
	margin-top: -15px;
	margin-bottom: 60px;
	text-align: center;
}
#rodape {
	width: 980px;
	height: 23px;
	position: absolute;
	margin-left: -490px;
	margin-top: 350px;
	left: 50%;
	top: 50%;
	background: #2c0000;
}
#rodape p {
	width: 980px;
	height: auto;
	margin: 3px 0 0 0px;
	font-weight: bold;
	text-align: center;
}
#rodape p a {
	color: #900;
	text-decoration: none;
	z-index: 1;
}
#rodape p a:hover {
	color: #900;
	text-decoration: underline;
}
