a {
	font-family: Arial;
}
a:hover {
	color: #FF0000;
}
.Head1 {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
	margin-bottom: 0pt;
	padding-bottom: 0pt;
}
.Head2 {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
}
.Head3 {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	color: maroon;
	text-align: left;
	text-indent: 0pt;
}
.Body {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
}

.BodyC {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: navy;
	text-align: center;
	text-indent: 0pt;
}

.Info {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 9pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
}
.Notes {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}
.Box, .overdiv {
	font-family: Arial;
	font-size: 10pt;
	color: navy;
	border-width: 2px;
	border-top-color: rgb(102,102,102);
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: rgb(102,102,102);
	border-style: inset;
}
.overdiv {
	background-color:rgb(204,255,255);
	padding: 0 1 1 1;
	border-width:1;
	vertical-align:middle;
	cursor:pointer;
}
