body {
	background-color: white;
	color: #003366;
	font: 11px Tahoma, sans-serif;
	margin: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #1063A7;
}
a:active, a:hover {
	text-decoration: underline;
	color: #999;
}
a img { border: none; }

p {
	margin: 10px 0;
}

table.main td.content {
	vertical-align: top;
	padding: 10px 0;
	background-color: white;
	color: inherit;
	font: 14px "Times New Roman", serif;
}
div.printButton {
	display: none;
}
h1 {
	font-size: 150%;
	margin: 0 0 -7px 0;
}
h2 {
	font-size: 130%;
	margin: 10px 0;
}
h3 {
	font-size: 110%;
	margin: 10px 0;
}

table {
	border-collapse: collapse;
}
table td {
	border: none;
	padding: 0;
}

table.main {
	width: 100%;
	margin: 0;
}
table.main td.top {
	display: none;
}
table.main td.bottom {
	display: none;
}

table.footer {
	display: none;
}

div.subfooter {
	text-align: left;
	margin: 0;
	font-size: 10px;
}