body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Helvetica;
	font-size: 8pt;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #f15c22;
}

a:hover, a:active {
	text-decoration: underline;
	color: #f15c22;
}

p.indent {
	text-indent: 10px;
}

p.intro {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}

p.small {
	font-size: 7pt;
	font-style: italic;
	color: #80804b;
	padding-left:110px;
	
}

div.content_pane {
	color: #767676;
	font-size: 8pt;
	font-size:110%
}

div.content_pane h1 {
	font-size: 10pt;
}

div.content_pane h2 {
	font-size: 9pt;
}

div.content_pane h3 {
	font-size: 8pt;
	font-style: italic;
}

div.content_pane h4 {
	font-size: 7.0pt;
	font-style: italic;
}

div.pull_out_content {
	font-size: 7.5pt;
	font-style: italic;
	color: #80804b;
	padding-top: 10px;
}

div.pull_out_content h1 {
	font-size: 9pt;
	font-style: normal;
	color: #80804b;
}

div.pull_out_content h2 {
	font-size: 8pt;
	font-style: normal;
	color: #80804b;
}

div.pull_out_content span.larger {
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}

span.large {
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0em;
}

.clear_content {
	clear: both;
	height: 10px;
	line-height: 2em;
}

.orange {
	color: #f15c22;
}

.green {
	color: #80804b;
}

.black {
	color: #000000;
}

table.stats .black {
	color: #000000;
	font-weight: bold;
}