@media print {
	#popupMask, #popupContainer, #TopoGeral, #NoPrint01, #NoPrint02, #NoPrint03, #NoPrint04, #NoPrint05 {
		display: none;
	}
}

BODY {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

A {
	color: #a50700;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#Geral {
	width: 900px;
}

#Topo {
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 150px;
	position: relative;
}

#BotaoRestrito {
	z-index: 2;
	top: 8px;
	left: 825px;
	position: absolute;
}

#Botoes {
	z-index: 2;
	top: 17px;
	left: 630px;
	position: absolute;
}

#MenuOff
{
	z-index: 3;
}

#MenuOn
{
	z-index: 2;
}

#Conteudo {
	top: 0px;
	left: 0px;
	position: relative;
	width: 900px;
}

#Data {
	z-index: 2;
	top: 8px;
	left: 700px;
	position: absolute;
	font-size: 9px;
	color: #ffffff;
}

#Titulo {
	z-index: 2;
	top: 150px;
	left: 20px;
	position: absolute;
}

#popupScroll {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.txt1 {
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt2 {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt3 {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt4 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt5 {
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt6 {
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.txt7 {
	font-size: 20px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

TD {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

INPUT {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

SELECT {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

TEXTAREA {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

INPUT.BOTAO01 {
	font-size: 10px;
	color: #00913d;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	border: #bcbebc;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
	background-image: url(Imagens/BG_Botao.gif);
}