body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0.5cm 1.5cm;
	color: black;
}
h2 {
	font-size: 15pt;
	padding: 0.5cm 0;
	margin: 0 0 24pt 0;
	border-bottom: 1pt black solid;
}
h3 {
	font-size: 13pt;
	padding: 0.5cm 0;
	margin: 0 0 24pt 0;
	border-bottom: 1pt black solid;
}
a {
	font-weight: bold;
	color: #369;
	text-decoration: none;
}
img {
	border: 0;
}
#Footer {
	border-top: 1pt black solid;
	padding: 0.5cm 0;
}
#Footer p strong {
	display: block;
}
/************** No Print **************/
.NoPrint,
h1,
#LeftNavigation, 
hr {
	display: none;
}