table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*	padding: 5px; */
	border: #0033FF;
}
a {
	color: #0033CC;
	font-weight: bold;
}
a.nav {
	color: white;
	text-decoration: none;
	font-weight: bold
}
a.nav:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold
}
a.header {
	text-decoration: none;
	color: black;
}
.heading {
	text-decoration: underline;
	font-size: 11pt;
	font-weight: bold;
}
td {
	vertical-align: top;
}
td.navigation {
	vertical-align: middle;
}
img {
	border: none;
}
.caption {
	font-size: 8pt;
	text-align: left;
	margin: 0 0 0 0;
}