/* CSS Document */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: 003366;
	font-weight: bold;
	margin-top:35px;
	margin-left:20px;
	margin-right:20px;
}
.bodycop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: 003366;
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #818808;
	font-weight: bold;
}
.toggle {
	color: #999999;
	font-size: 9pt;
}
.hotspot {
	color: #009999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: pointer;
}
.hotspotall {
	color: #FF6600;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
	font-weight: bold;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: 009999;
}