@charset "utf-8";
/* CSS Document */

.storyTextSm{ font-size:11px; line-height:1.4em;}
.storyTextMd{ font-size:12px; line-height:1.4em;}
.storyTextLg{ font-size:14px; line-height:1.4em;}

.storyTextSm p, .storyTextMd p, .storyTextLg p { margin-top:0; }
.storyTextSm p, .storyTextSm li, .storyTextSm td{ font-size:11px; line-height:1.4em;}
.storyTextMd p, .storyTextMd li, .storyTextMd td{ font-size:12px; line-height:1.4em;}
.storyTextLg p, .storyTextLg li, .storyTextLg td{ font-size:14px; line-height:1.4em;}

#fontChooser{
	float:right; 
	width:90px; 
	font-family:Arial; 
	text-align:left; 
	padding:5px;
}

.storyFooter{
	border-top:1px dashed #666; 
	border-bottom:1px dashed #666; 
	padding:3px 0;
}

