h1, h2, h3 { 
	font-family: helvetica; 
}
p { 
	font-family: helvetica;
	font-size: 12pt;
}
td,li,ul { 
	font-family: helvetica;
	font-size: 10pt;
}
td.empty { 
	width: 50px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

