body {
	margin: 0;
	padding: 0;
	font: 9pt/1.5 Arial, sans-serif;
	background: #fff;
	color: #000;
}

a {
	color: #269B30;
}
a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0 0 1em 0;
	color: #269B58;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
h6 {
	font-size: 10pt;
}
p {
	margin: 0 0 1em 0;
}
ul {
	list-style: square;
}

img.keyVisual {
	display: block;
	margin: 0 0 1.5em 0;
}

div#global,
ul#primary_nav,
div#sidebarLeft,
div#sidebarRight,
p.print {
	display: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}
table th, table td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

div#footer p {
	page-break-before: avoid;
}
