* {
		font-family: "Verdana";
		font-size: 10pt;
		color:#3366CC;
}

table {
		width: 100%;
}

.titulo {
		text-align: center;
		font-family: "Monotype Corsiva";
		font-size: 40px;
		color:#3366FF;
		height:90px
}

.errors {
		font-style:italic;
		color:#FF0000;
}

em {
		font-size: 11px;
		color:#999999;
}

.sucess {
		font-style:italic;
		color:#009900;
}