@charset "utf-8";
/* CSS Document */

.Headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 36pt;
	font-weight: bold;
	color: #006699;
	font-style: normal;
	background-color: #000000;
	visibility: visible;
	text-align: center;
}

.SectionHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #006699;
	font-style: normal;
	background-color: #000000;
	visibility: visible;
	text-align: center;
}

.Datefont {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #006699;
	background-color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: #000000;
	color: #006699;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
	background-color: #000000;
}

hr {
	color: #006699;
}
.PhotoLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CC99FF;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}
.Photo {
	border: thin ridge #999999;
	margin: 0px;
	padding: 2px;
}

.Thumbnail {
	text-align: center;
	vertical-align: middle;
}
