.storyHeader{
	position : relative;
	border : 1px solid #E76C26;
	background-color : #F7BF38;
	background : #F7BF38;
}
.storyTitle {  
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	color : black;
	font-size: 12pt;
	text-align : left;
	font-weight: bold
}
.storyAuthor {  
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	color : #005963;
	font-size: 12pt;
	text-align : left;
}
.storyIntroPanel {
	background-color: #005963;
}
.storyIntroduction {
	font-family:  Georgia, Times New Roman, serif;
	font-size: 10pt;
	font-style: italic;
	letter-spacing : 3px;
	color: #F7BF38;
	cursor: pointer;
	cursor: hand;
}
.storyHelpText {
	font-family:  MS Sans Serif, sans-serif;
	color: #FDEFCD;
	font-size : 8pt;
}
.storyBody {
	position: relative;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Black;
	margin: 20px;
	background-color : White;
	padding: 15px;
	border: 1px #F7BF38 solid;
	text-align : left;
}
.storyCopyright {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	text-align: center;
	border: 1px #F29E2E solid;
	background-color: #F9CF6A;
}
.storyIntroDropdown {
	position: absolute;
	top: 80px;
	left: 122px;
	width: 50%;
	background-color: #F9CF6A;
 	border-bottom : 1px solid #005963;
 	border-left : 1px solid #005963;
 	border-right : 1px solid #005963;
	visibility : hidden;
}
.storyIntroComment {
	position: relative;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	text-align : left;
	color: Black;
}
.storyIntroBar {
	position: relative;
	height: 25px;
	margin: 5px;
	background-color: #FCE5AF;
}
.storyAuthorLink {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	text-align : left;
}
