BODY{
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	font-size:9pt; 
}

.conteudo {
	position: fixed;
	top: 45px;
	z-index: 1;
	float: none;
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	font-size:9pt; 
}
.titulo{
	font-size:12pt;
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	color: #0000FF; /* cor da fonte AZUL */
	font-weight:bold;
	}
input[type=text], select, input[type=password], input[type=radio], textarea {
	background-color:#CFC;
	border-width: 1px;
	border-style:inset;
	border-color: #CCC;
}