body {
	background-color: White;
	color: Black;
	font-family: Arial;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-position: top;
}
.normal {
	background-color: White;
	color: Black;
	font-family: Arial;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-position: top;
}
.menu {
	width: 192px;
	background-color: Teal;
	background-repeat: no-repeat;
	background-position: top;
	color: White;
	font-style: italic;
	border: 0px;
}
a{
	cursor: hand;
	font-weight: bold;
	font-style: normal;
	text-decoration : none;
}
a:hover{
	color: Red;
	text-decoration : underline;
}
a.menuActive{
	color: White;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	text-decoration : normal;
}
a.menuInactive{
	cursor: wait;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	text-decoration : normal;
}
.menuActive{
	font-weight: normal;
	font-size: 12pt;
	color: White;
	text-decoration : normal;
	text-align: center;
	padding-top: 12pt;
	padding-bottom: 12pt;
}
.menuInfo{
	font-weight: normal;
	font-size: 9pt;
	font-style: italic;
	color: White;
	padding-left: 12pt;
	padding-right: 12pt;
}
.wadtpa{
	font-family: Impact;
	font-size: 26pt;
	line-height: 24pt;
	color: Teal;
}
.title{
	font-size: 14pt;
	font-weight: bold;
}
.bcsRef1{
	text-align: right;
	font-style: italic;
	color: Gray;
}
.bcsRef2{
	text-align: right;
	font-weight: bold;
	color: Gray;
}
.sectionHead{
	font-size: 11pt;
	font-weight: bold;
	color: Maroon;
	margin-top: 18pt;
	margin-bottom: 6pt;
}
.sectionTitle{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 18pt;
	margin-bottom: 6pt;
}
.sectionInfo{
	margin-bottom: 6pt;
}
.sectionList{
	list-style-type: disc;
	margin-bottom: 5pt;
}
.sectionList2{
	list-style-type: disc;
}