@charset "UTF-8";
a:link {
	font-style: normal;
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	color: #CCCC00;
	text-decoration: underline;
}

a:visited {
	font-style: normal;
	color: #CC9900;
	text-decoration: none;
}
a:active {
	font-style: normal;
	color: #FFCC33;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	line-height: 18pt;
	font-weight: bold;
	color: #CC9900;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	color: #FFFFFF;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #666666;
}
