a {
	color: #660066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background-color: #ECD99F;
}
.conteudo_principal {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-collapse: collapse;
	color: #000000;
	font-family: Arial;
	font-size: 12px;	
	padding: 5px;	
}
.erro {
	color: #FF0000;
}
.formulario {
	border: 1px solid;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.marcador {
	color: #660066;
	font-family: Arial;
	font-size: 12px;	
}
.subtitulo {
	//background-color: #CCCCCC;
	background: url(../img/dgd_subtitulo.jpg); 
	border: 2px solid #000000;
	border-collapse: collapse;	
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	width: 100%;
}
.texto {
	font-family: Arial;
	font-size: 12px;
}
.texto_leve {
	color: #777777;
	font-family: Arial;
	font-size: 12px;
}
.texto_subtitulo {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.texto_titulo {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}