@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: #099;
}
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;
}

a:visited 
{
	color: #0099CC;
	background-color: #000000;
}

a 
{
	font-size: 12pt;
	color: #3399CC;
	background-color: #000000;
}

.photo 
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin: 0px;
	padding: 5px;
}

img:Thumbnail 
{
	text-align: center;
	vertical-align: middle;
	border: 0;
}

form 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
	background-color: #FFFFFF;
}

.JSLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
	cursor: pointer;
}