.headline1 {
	font-size: x-large;
	font-weight: bold;
}
.stdtxt {
	font-size: 12pt;
}
.smalltxt {
	font-size: 10pt;
}
.strongtxt {
	font-weight: bold;
}
.redtxt {
	color: #F00;
}
.centertxt {
	text-align: center;
}
