/* CSS Document */
<style type="text/css">
<!--

.texto {
	FONT-SIZE: 12px; COLOR: #60707f; FONT-FAMILY: Arial
}

.texto_branco {
	FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Arial;
}


.texto_cinza {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Arial;
	margin: 8px;
}

.texto_vermelho {
	FONT-SIZE: 12px; COLOR: #FF0000; FONT-FAMILY: Arial;
}

.titulo_campos {
    font-family: Verdana;
    font-size: 12px;
    color: #00461e;
    font-weight: bold;
}

a:link {
	FONT-SIZE: 12px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial;
	text-decoration: none;
}

a:hover {
	FONT-SIZE: 12px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial;
	text-decoration: none;
	background-color:#FFFFFF;
}

a:visited {
	FONT-SIZE: 12px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial;
	text-decoration: none;
}

a:active {
	FONT-SIZE: 12px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial;
	text-decoration: none;
}

.botao_vermelho { background:#CF1000; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; border-bottom-color:#FF6699;
}

.botao_preto {background: #4c4b4b; font-family:Tahoma, Verdana; font-weight:bold; font-size:12px; color:#FFFFFF; border-color: #CCCCCC;
}

.azul12bold {
	color: #3e6497;
	font-weight: bold;
	font-size:12px;
}
.txtbox2 { font-family:Arial, Helvetica, sans-serif; font-size:12px; border: 1px solid #C3C3C1; color: #000066; width:562px; }

.bot_110_lar {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 110px;
	height: 21px;
	border: 0;
	background-image: url('images/bot_110_lar.jpg');
	cursor: pointer;
}

.bot_redondo {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 24px;
	height: 24px;
	border: 0;
	background-image: url('images/bot_redondo.gif');
	cursor: pointer;
}

.bot_90_lar {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 90px;
	height: 21px;
	border: 0;
	background-image: url('images/bot_90_lar.jpg');
	cursor: pointer;
}

.bot_90_ver {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 90px;
	height: 21px;
	border: 0;
	background-image: url('images/bot_90_ver.jpg');
	cursor: pointer;
}

.bot_90_verd {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 90px;
	height: 21px;
	border: 0;
	background-image: url('images/bot_90_verd.jpg');
	cursor: pointer;
}

-->
</style>