/* CSS Document */

.content {
	text-align: center;
}

.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 15px 15px 15px 15px;
}

.banner_printonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.banner_webonly {
	display: none;
}

.htext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.ptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;

}

a {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}