A:link {
	text-decoration: none;
	color: 000000;
}

A:visited {
	text-decoration: none;
	color: 000000;
}

A:hover {
	text-decoration: underline;
	color: 000000;
}

A:active { 
	text-decoration: underline;
	color: 000000; 
}

.alerta {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}

.sucesso {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CC00;
}

.atencao {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
}

.select   { 
	background: #DE1622; 
	color: #ffffff; 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold 
}

.texto { 
	font-family: Arial; 
	font-size: 10pt; 
	color: #006600; 
}

.texto_negrito {
	font-family: Arial;
	font-size: 10pt;
	color: #006600;
	font-weight: bold;
}

.texto_destaque {
	font-family: Arial;
	font-size: 12pt;
	color: #006600;
	font-weight: bold;
}

.valor_pos {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	-font-weight: bold;
}

.valor_neg {
	font-family: Arial;
	font-size: 8pt;
	color: #FF0000;
	-font-weight: bold;
}

.menu_titulo {
	font-family: Arial;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}

.menu_texto {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

table {
	border: 1;
	padding: 0;
}

td {
	border-top-color: #009966;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-left-color: #009966;	
}

.grid {
	border: 1;
	padding: 0;
}

.grid_menu {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009966;
	text-align: center;
	vertical-align: middle;
}

.grid_titulo {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009966;
	text-align: center;
	vertical-align: middle;
}

.grid_campo {
	font-family: Arial;
	font-size: 10pt;
	color: #006600;
	font-weight: bold;
}

.grid_conteudo {
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
}

.grid_conteudo_alerta {
	color: #FF0000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.grid_small {
	color: #000000;
	font-family: Arial;
	font-size: 6pt;
}

.grid_mouse_on {
	background-color: #9F6;
}

.grid_mouse_off {
	background-color: #FFF;
}

