body {
background:#FFFFFF
top left repeat-x fixed;
	margin:0px;
	padding:0px;
     }

/*posicionamento*/

#central {
	margin:0px;
	padding:0px; 
	}


/*fonts*/
.titulo {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.subtitulo {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #484E53;
}
.conteudo {
	font-family: Tahoma;
	font-size: 11px;
	color: #484E53;
}
