body,td,th,option,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	letter-spacing: .04em;
	line-height:130%;
}
/* ensures no margins by default  */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* hides for printing */
.hideforprint,.storybottomdiv {
	display: none;
}
/* background image (hairline) for general pages  */
#internalbg {
	background-repeat: no-repeat;
}
/* background image for home page  */
#homepagebg {
	background-repeat: no-repeat;
}

/* allows more right buffer for printing stories left side */
.storyleftsidetextdiv {
	margin-top: 10px;
	margin-right: 25px;    /* must be same as storyrelatedlinks to properly align */
	margin-bottom: 10px;
	margin-left: 20px;    /* must be same as storyrelatedlinks to properly align */
	color: #999999;
}
/* sets indentation in main body for all STORY pages  */
.storybodydiv {
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 22px;
	line-height:150%;
}
/* sets indentation for story images  */
.storyimgdiv {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}



