body { 
	font-family : Georgia;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: #e8e8e8;
}

	:link { Text-Decoration : None; Color : #ff6633 }
	:visited { Text-Decoration : None; Color : #ff6633 }
	a:hover { Text-Decoration : underline }
	a:active, a:focus { outline: 0 }

.sidelink {
	font-family: Georgia;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #ff6633;
	padding-left: 30px;
	border-style: none;
}


.sublink {
	display: block;
	font-family: Georgia;
	font-size: 11px;
	line-height: 19px;
	color: #5b5b5b;
	padding: 0 0 0 42px;
	text-indent: -6px;
	margin: 0;
	border-style: none;
}


.header {
	font-family: Georgia;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #ff6633;
}

.copy {
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
	color: #5b5b5b;
	padding-right: 20px;
}

.date {
	font-family: Georgia;
	font-size: 11px;
	line-height: 18px;
	color: #5b5b5b;
}

.img {
	border-style: none;
	text-decoration: none;
} 

.scrollable {
    height: 500px;
    overflow: auto;
}

.noscroll {
    height: 500px;
    overflow: hidden;
}

.imagefloat {
	float: left;
	margin: 6px 15px 5px 0;
}

.gray {
	color: #5b5b5b
}

.orange {
	color: #ff6633
}

.subhead {
	color: #ff6633
	font-weight: bold;
}

.dialogue {
	display: block;
	margin: 0px 50px 0px 50px;
}

.blockquote {
	display: block;
	margin: 5px 24px 5px 24px;
}

.footnote {
	display: block;
	padding: 0px 0px 7px 24px;
	text-indent: -24px;
	font-size: 10.5px;
	line-height: 15px;
	margin: 0;
}

.cvrfloat {
	float: left; 
	margin: 4px 14px 8px 0px; 
}

.cvrcaption {
	font-size: 9.5px;
	line-height: 14.5px;
}