@charset "UTF-8";
/* CSS Document */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: #e2993b;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: #e2993b;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: #e2993b;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.story {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	line-height: 16pt;
	font-weight: lighter;
}
.introstory {
	font-size: 14pt;
	line-height: 20pt;
	color: #999999;
	font-weight: lighter;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #e2993b;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
	line-height: 29pt;
	letter-spacing: -1.5pt;
	word-spacing: -1pt;
}
.vertspacer {
	background-image: url(images/vert_spacer.gif);
	background-repeat: repeat-y;
	background-position: center;
}
