BODY {
	background-color: black;
	font: 10pt 'Trebuchet MS', geneva, sans-serif;
	color: rgb(160, 160, 160);
}

H2 {
	font: 20pt 'Georgia', serif;
	color: rgb(77,77,77);
	text-align: left;
	
	margin-top: 24pt;
	margin-bottom: 0pt;
	padding-left: 2pt;
	padding-right: 2pt;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(54,54,54);
}

:link {
	color: rgb(122,138,165);
	text-decoration: none;
}

:visited {
	color: rgb(95,107,128);
	text-decoration: none;
}

.contents {
	text-align: center;
	color: rgb(160, 160, 160);
	font: bold 10pt 'Trebuchet MS', geneva, sans-serif;
	
	margin-top: 24pt;
	padding: 10pt;
	background-color: rgb(20,20,20);
}

.description {
	text-align: right;
}

.navControl {
	margin-top: 20px
}

.navControl TABLE {
	background-color: rgb(20,20,20);
	margin-left: auto;
	margin-right: auto;
}

.footer {
	font: 8pt 'Trebuchet MS', geneva, sans-serif;
	width: 780px;
	color: rgb(80, 80, 80);
	text-align: left;
	margin-top: 24pt;
	margin-left: auto;
	margin-right: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(80,80,80);
}

.footerLink {
	font: bold 10pt 'Trebuchet MS', geneva, sans-serif;
}

.image {
	text-align: center;
	margin-top: 20pt;
	margin-bottom: 20pt;
}

.thumbnailSet {
	text-align: center;
	margin: 8px 8px 8px 8px;
	padding: 4px 4px 4px 4px;
}

.thumbnailSet IMG {
	margin: 4px 4px 4px 4px;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(80,80,80);
}

.title {
	font: 14pt 'Trebuchet MS', geneva, sans-serif;
	color: rgb(160, 160, 160);
	text-align: right;
}

