/* Estilos */

body {
	margin: 0px;
	padding: 0px;
	background-color: #81903B;
}

td, div, input {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #ffffff;
}

a {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.lst_topicos { padding-left: 10px; padding-right: 10px; padding-top: 6px; padding-bottom: 6px; }


/* forms */  

input, select, radio, textarea{
	border: 1px solid #D9E2B4;
	background-color: #A9BE56;
	background-attachment: fixed;
	font-family: Verdana, arial, Helvetica;
	font-size: 10px;
	color: #ffffff;
}

input.txtTipo {display:none; width:1px; height:1px;}
