h3 {
	font:bold 14px Microsoft Sans Serif, Arial;
	color:#333333;
}

h4 {
	margin:15px 0 4px 0;
	font:70% Microsoft Sans Serif, Arial;
	color:#999999;
}

p {
	font:75% Microsoft Sans Serif, Arial;
	color:#333333;
}

p a {
	color:#A80000;
}
p a:hover { text-decoration:underline; }


#formulario label{
	margin-bottom:2px;
	font:75% arial;
}
#formulario .campo{
	width:110px;
	height:14px;
	padding:2px;
	font:70% arial;
	border:1px solid #CCCCCC;
}
#formulario .botao{
	width:30px;
	padding:3px;
	border:0;
	background-color:#CCCCCC;
	font:bold 70% arial;
}