body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f7efed;
	line-height:15px;
	background:url(../imagem/bg2.jpg) center top no-repeat #250101;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.bg_page {
	background:url(../imagem/bg_page.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:15px;
}
.bg_page2 {
	background:url(../imagem/bg_page2.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:15px;
}
.bg_tit {
	background:url(../imagem/bg_tit.gif) left center no-repeat;
	height:84px;
	padding-left:25px;
}
.borda {
	background: url(../imagem/borda.gif) center center no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {
	font-size:10px;
	line-height:15px;
}
h2 {
	font-size:11px;
	line-height:15px;
}
h3 {
	font-size:12px;
	line-height:15px;
}
h4 {
	font-size:14px;
	line-height:18px;
}
h5 {
	font-size:16px;
	line-height:20px;
}
h6 {
	font-size:18px;
	line-height:22px;
	font-weight:500;
}
.txt_branco, a.txt_branco:link, a.txt_branco:visited {
	color:#FFFFFF;
}

.txt_preto10px {
	color:#242113;
	font-size:10px;
}
.txt_vermelho, a.txt_vermelho:link {
	color:#6b1f0d;
}
.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f7efed;
	background:#c9cab7;
	color: #6F6F6F;
	border: solid 1px #676e4b;
}
#divJanela {
	position:absolute;
	top:0;
	left:0;
	z-index:999998;
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity:0.55;
	background-color:#000000;
	width:100%;
	-heigth:900px;
}
#divResultado {
	padding:0px;
	z-index:999999;
	top: 20%;
	left:43%;
	position: fixed;
	-position:absolute;
}
a.link {
	color:#FFFFFF;
}