BODY {
	scrollbar-base-color: #010D53;
	scrollbar-dark-shadow-color: #010D53;
	scrollbar-shadow-color: #010D53;
	scrollbar-face-color: #010D53;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #1464C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textobranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}




A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #010D53;
}

.linktopo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.linknormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #010D53;
	text-decoration: none;
}
.linknormal:hover {
	text-decoration: underline;
}

.linkauxiliar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.linkauxiliar:hover {
	text-decoration: underline;
}

.linkpreto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkpreto:hover {
	text-decoration: underline;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #010D53;
	text-decoration: none;
}

.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #010D53;
	text-decoration: none;
}



.menu {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}



.combocinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #D1D1D1;
	letter-spacing: 1px;
	color: #010D53;
	text-decoration: none;
}

.caixabusca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.caixatexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #010D53; 
}

.botao { 
	background-color: #010D53;
	border-color: #1464C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff; 
	cursor: hand; 
}


.combo_link {
	padding: 1,5,1,5;
	clip: auto;
	width: 100%;
	height: 16px;
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	color: #4D4D4D; 
	text-decoration: none;
}
.combo_link:hover {
	background-color: #4D4D4D; 
	color: #FFFFFF; 
}
.combo_ini {
	background-color: #E8E8E8;
	width: 100%;
}
.combo_ini_cx {
	position: absolute; 
	overflow: hidden; 
	height: 16px; 
	z-index: 10;
}
.combo_caixa {
	position: absolute;
	visibility: hidden;
	background-color: #E8E8E8;
	overflow: auto;
	width: 100%;
	scrollbar-base-color: #010D53;
	scrollbar-dark-shadow-color: #010D53;
	scrollbar-shadow-color: #010D53;
	scrollbar-face-color: #010D53;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #1464C4;
	z-index: 100;
}


.invisivel {
	visibility: hidden;
}

.tabelasemborda {
	padding-bottom: 3px;
	padding-top: 3px;
}


BLOCKQUOTE {
	margin-right: 0px;
}

UL {
	list-style-image:  url("/imagens/ul.gif");
}

HR {
	color: #010D53;
	height: 1px;
}.linhabase {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.linhadupla {
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #000000;
}
