body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
 }

.underline {
	text-decoration: underline;
}

 #reduced_rate_worksheet {
 	display: none;
 }

