body {
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: yellow;
	background-color: black;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
p {
	font-size: 15px;
	text-align: left;
}
a:link {
	color: yellow;
	text-decoration: none;
}
a:visited {
	color: yellow;
	text-decoration: none;
}
a:active {
	color: #04AAD4;
	text-decoration: none;
}
a:hover {
	color: #04AAD4;
	text-decoration: none;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: yellow;
	background-color: black;
	vertical-align: top;
}
td.group-header {
	color: #04AAD4;
	width: 40px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 4px;
}
td.leftside-spacer {
	width: 40px;
}
td.highlight-header {
	font-size: 13 px;
	vertical-align: bottom;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}
td.highlight-image {
	height: 102px;
	color: #04AAD4;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-weight: bold;
	font-size: 12px;
}
td.highlight-image a:link {
	color: #04AAD4;
}
td.highlight-image a:visited {
	color: #04AAD4;
}
td.highlight-image a:active {
	color: yellow;
}
td.highlight-image a:hover {
	color: yellow;
}
td.highlight-underline {
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}
