<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.myth-and-fact {
	position: relative;
	padding-bottom: 20px;
}

.myth-and-fact .myth {
	background: url('/images/dottedline.gif') top left repeat-x;
}

.even {
	background: #f9f5f2;
}

.number {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	text-indent: -5000px;
}

.number1{
	background: url('/images/M1.gif');
}

.number2{
	background: url('/images/M2.gif');
}

.number3{
	background: url('/images/M3.gif');
}

.number4{
	background: url('/images/M4.gif');
}

.number5{
	background: url('/images/M5.gif');
}

.number6{
	background: url('/images/M6.gif');
}

.number7{
	background: url('/images/M7.gif');
}

.number8{
	background: url('/images/M8.gif');
}

.number9{
	background: url('/images/M9.gif');
}

.number10{
	background: url('/images/M10.gif');
}

.number11{
	background: url('/images/M11.gif');
}

.number12{
	background: url('/images/M12.gif');
}

.myth {
	padding: 30px 0 0 90px;
}

.myth-and-fact .myth h3,
.myth-and-fact .fact h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: normal;
	padding: 0;
	text-transform: none;
}
	
.myth-and-fact .myth h3 {
	color: #8e764c;
}

.fact {
	padding: 0 0 0 90px;
}

.myth-and-fact .fact h3 {
	color: #8E764C;
}

dd {
	margin-left: 20px;
	margin-top: 1em;
	list-style-type: disc;
	font-family:Arial;
	font-size:14px;
	line-height:1.25em;
	padding:7px 0;
}
.fact ul li {
	margin-left: 20px;
	margin-top: 1em;
	list-style-type: disc;
	font-family:Arial;
	font-size:14px;
	line-height:1.25em;
	padding:7px 13px 7px 0;
}

div.content .fact-reveal a {
	display: block;
	margin-left: 90px;
	height: 29px;
	padding-left: 25px;
	text-decoration: none;
	color: #0D5088;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: normal;
	padding-left: 30px;
	line-height: 1;
}

div.content .fact-reveal a:hover {
	color: #58A946;
}
.fact-reveal a span:hover{
	background: #fffdff;
}
.fact-reveal a span {
	padding: 5px;
	display: block;
	float: left;
	text-decoration: underline
}

.odd .fact-reveal a {
	background: url('/images/Fact_arrow_odds.gif') 0 3px no-repeat;
}

.odd .fact-reveal a:hover{
	background: url('/images/Fact_arrow_odds.gif') 0 -26px no-repeat;
}

.even .fact-reveal a {
	background: url('/images/Fact_arrow_evens.gif') 0 3px no-repeat;
}

.even .fact-reveal a:hover{
	background: url('/images/Fact_arrow_evens.gif') 0 -25px no-repeat;
}</pre></body></html>