.story .boldblack {
    font-weight: bold;
}

.story .boldblackpagebreak {
    font-weight: bold;
	line-height: 16px;
}

.story .boldwhite {
    font-weight: bold;
	color: #FFFFFF;
}
.story .boldblackitalic {
	font-weight: bold;
	font-style: italic;	
}
.story .boldblue {
	font-weight: bold;
	color: #005FA9;
}
.story .boldblueheading {
	font-weight: bold;
	color: #005FA9;
	font-size: 14px;
}
.story .bluenormal {
    color: #005FA9;
}
.story .italicnormal {
	font-style: italic;
}
.story .bluenormalunderline {
    color: #005FA9;
	text-decoration: underline;
}

.story .bluenormalunderline a:link, a:visited{
	color: #005FA9;
	text-decoration: underline;
}

.story .bluenormalunderline a:hover{
	text-decoration: underline;
}
.SalesTable tr td{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #000000;
}
.SalesTableboldblackheading{
	font-size: 14px;
    font-weight: bold;
}
.SalesTableboldblack{
	font-size: 12px;
    font-weight: bold;
}
.SalesTableboldblackbottomline{
	font-size: 12px;
    font-weight: bold;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.SalesTabletopline{
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.SalesTablereg{
	font-size: 12px;
}

.SalesTable tr td a{
	font-size: 12px;
	color: #005FA9;
	text-decoration: underline;
}
.SalesTable tr td a:hover{
	font-size: 12px;
	text-decoration: underline;
}
.tablecolumnline{
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px;
	padding-bottom: 8px;
	margin-left: 10px;
}