body {
	margin: 4;
	padding: 4;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	scrollbar-arrow-color :#FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	/*scrollbar-face-color : #003399;
	scrollbar-darkshadow-color : #003399;*/
}
h1 {
	font-size: 20px;
	text-align: right;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
h2 {
	font-size: 18px;
	margin-top: 6px; 
	margin-right: 0; 
	margin-bottom: 3px;
	margin-left: 0;
}
h3 {
	font-size: 14px;
	margin-top: 20px; 
	margin-right: 0; 
	margin-bottom: 6px;
	margin-left: 0;
}
h4 {
	font-size: 12px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-style: italic;
}
p {
	font-size: 12px;
	line-height: 145%;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 6px;
	/*padding-left: 6px;*/
}
table {
	border: 2px;
	border-style: solid;
	/*border-color: #CC0066;*/
	border-spacing: 0px;
	padding: 2px;
	border-collapse: separate;
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
}
th {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	/*background-color: #0066FF;*/
	color: #FFFFFF;
}
td {
	font-size: 11px;
	line-height: 1.2em;
	padding-right: 2px;
	vertical-align: top;
}
ul {
	font-size: 12px;
	line-height: 145%;
	margin-top: 0;
	list-style-type: square;
	margin-left: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul ul {
	margin-left: 8px;
	padding-left: 8px;
}
a, a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 145%;
}

a:hover {
	color: #000000;  
	border-bottom-color: #FF8C18;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
}
#storyLeft {
	float: left;
	width: 49%;
}
#storyRight {
	float: right;
	width: 49%;
}
#clearBoth {
	clear: both;
}
#clearLeft {
	clear: left;
}
#clearRight {
	clear: right;
}
#productPhoto {
	position: absolute;
	right: 5px;
	font-size: 10px;
	line-height: 145%;
	color: #666666;
	text-align: center;
}
#productPhoto a {
	border-bottom: none;
}

.tableRow {
	background-color: #EEEEEE;
}

.noBreak {
	white-space: nowrap;
}