body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background: #FFFFFF;
}
.table-content {
	padding: 15px;
}
.table-blackcell {
	background: #000000;
}
.subtable-left {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.subtable-right {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.subtable-header {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 6px;
	background: #000099;
	font-weight: bold;
	color: #CCCC99;
	font-size: medium;
	text-align: center;
}
.subtable-content {
	font-size: x-small;
	color: #000000;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 6px;
	background: #CCCC99;
}
.subtable-header-image {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
a:link, a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}
span.bold {
	font-weight: bold;
}
span.italic {
	font-style: italic;
}
a:hover {
	color: #CC0066;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
