body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: white;
	background-color: #29304A;
}
h2 {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #cccccc;
}
hr {
	color: #1B2441;
}
.relevo {
	border: 1px outset #1A2E6E;
	background-color: #3C476A;
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}
.relevoAcionado {
	border: 1px inset #666666;
	background-color: #3C476A;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: black;
}
P {
	margin-left : 5px;
	margin-right : 5px;
}
.inpTexto {
	border: 1px inset #3C476A;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: white;
	background-color: #1B2441;
}
.botao {
/*	border: 1px outset #666666; */
	font-family: Verdana, Arial;
	font-size: 12px;
/*	color: white; */
	background-color: #ccccco;
}
.lista {
	border: 1px outset #666666;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: white;
	background-color: #3C476A;
}


a:link {text-decoration: none; color: white; }
a:visited {text-decoration: none; color: white; }
a:active {text-decoration: none; color: gray; }
a:hover {text-decoration: underline; color: white; }
