* {
	scrollbar-base-color: #7b0100;
	scrollbar-arrow-color: #a63434;
	font-family: Arial;
	font-size: 11px;
	color:#666666;
}

TABLE {
	background-color:#FFFFFF;
}

TD{
	text-align: left;
}

BODY {
	background: url(fundo.gif) #babcbe fixed repeat-x center top;
	margin: 0;
}

#div_tudo {
	background: url(fundo_div.jpg) fixed repeat-y center top;
	width: 780px;
	position: relative;
	margin: 0 auto;
	z-index:1;
	text-align:center;
}

#div_topo {
	position: absolute;
	width: 780px;
	z-index:2;
	top: 0;
	left: 0;
}

#div_espaco {
	height: 315px;
	width: 780px;
}

#div_conteudo {
	position: absolute;
	top: 315px;
	left: 22px;
	width:690px;
	background-color:#FFFFFF;
	padding: 10px 20px 20px 25px;
	z-index:10;
}

#docTipsLayer {
	position: absolute; 
	z-index: 1000; 
	visibility: hidden; 
	left: 0px; 
	top: 0px; 
	width: 0px;
}


INPUT, TEXTAREA {
	border: solid 1px #ec1c24;
}

.botao {
	background-color: #ec1c24;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.botao:hover {
	background-color: #FFFFFF;
	color: #ec1c24;
}

.titulo_vermelho {font-family:Arial; font-size:11px; color:#ee3424;}

.titulo_vermelho_bold {font-family:Arial; font-weight:bold; font-size:11px; color:#ee3424;}

.titulo_azul {font-family:Arial; font-weight:bold; font-size:11px; color:#00aeef;}

.titulo_azul_sembold {font-family:Arial; font-size:12px; color:#00aeef;}

.titulo_bottom_azul, .titulo_bottom_azul p, .titulo_bottom_azul div {border-bottom:#00aeef solid 1px; font-weight:bold; font-size:11px; color:#00aeef;}

.titulo_bottom_azul p {border-bottom:none; }

.titulo_bottom_azul div {border-bottom:none; }

.bottom_azul {border-bottom:#00aeef solid 1px;}

.bottom_vermelho {border-bottom:#ee3424 solid 1px;}

.bottom_preto {border-bottom:#231f20 solid 1px;}

.bottom_preto_2px {border-bottom:#231f20 solid 2px;}

.legenda {font-family:Arial; font-size:10px;color:#000000;}

.legenda_vermelha {font-family:Arial; font-size:10px;color:#ee3424;}

.legenda_vermelha_italica {font-family:Arial; font-style:italic; font-size:10px;color:#ee3424;}

.bottom_padding_10px {border-bottom:#00aeef solid 1px; padding-left:10px;}

.bottom_padding_20px {border-bottom:#00aeef solid 1px; padding-left:20px;}

.bottom_padding_30px {border-bottom:#00aeef solid 1px; padding-left:30px;}

UL {
	margin-left: 0px;
	padding-left: 0px;
}

.marcador_dois_pontos { 
	list-style: none;
	background: url(marcador.gif) left top no-repeat;
	padding-left:15px;
}

@media print {

	BODY {
		zoom:89%
		background: none;
	}

	#div_conteudo {
		margin: 0px;
		padding: 0px;
	}
	
	#div_tudo {
		width: 690px;
		background: none;
	}
	
	#div_topo, #div_espaco  {
		display: none;
	}
}

