body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 1.5cm;
	color: black;
}
*html body {
	margin: 0 1.5cm; /* IE Only Hack */
}
h1 {
	font-size: 15pt;
	margin: 20pt 0;
}
h2 {
	font-size: 13pt;
	margin: 0 0 10pt 0;
}
h3 {
	font-size: 11pt;
	margin: 0 0 10pt 0;
}
p {
	font-size: 11pt;
	margin: 0 0 10pt 0;
}
ul {
	font-size: 11pt;
	margin: 0 0 10pt 1.5cm;
}
table {
	width: 17cm;
	border: 0;
	border-collapse: collapse;
	border-top: 1pt #CCC solid;
	border-left: 1pt #CCC solid;
	margin: 0 0 10pt 0;
}
table td, 
table th {
	padding: 3pt;
	border-right: 1pt #CCC solid;
	border-bottom: 1pt #CCC solid;
	font-size: 11pt;
	text-align: center;
}
a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
img {
	border: 0;
}
img.PicRight {
	float: right;
	margin: 0 0 1cm 1cm;
}
img.PicLeft {
	float: left;
	margin: 0.4cm 1cm 1cm 0;
}
/********************** Do Not Print **********************/
.NoPrint, 
#TopLinks, 
#MainLinks, 
#SubLinks, 
#Breadcrumb, 
#RightNavigation, 
#Footer, 
#PageOptions {
	display: none;
}