body { 
	color: #666; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 14pt; 
	margin: 0; 
	class: body;    
	}
.body { 
	color: #666; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 14pt; 
	}
a:link { 
	color: #666; 
	text-decoration: underline; 
	}
a:active { 
	color: #333; 
	text-decoration: underline;  
	}
a:visited { 
	color: #666; 
	text-decoration: underline;  
	}
a:hover { 
	color: #333; 
	text-decoration: underline;  
	}
.subscript { 
	color: #666; 
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 11pt; 
	}
.subhead { 
	color: #666; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 14pt; 
	}
.indented { 
	padding-left: 5pt; 
	}
b { 
	font-weight: bold; 
	}
i { 
	font-style: italic; 
	}
blockquote { 
	font-style: italic; 
	}
ul { 
	text-indent: 0; 
	list-style-type: disc; 
	margin: 12px 0 12px 30px; 
	}
a.small:link { 
	color: #666; 
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 12pt; 
	text-decoration: underline; 
	}
a.small:active { 
	color: #333; 
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 12pt; 
	text-decoration: underline;  
	}
a.small:visited { 
	color: #666; 
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 12pt; 
	text-decoration: underline;  
	}
a.small:hover { 
	color: #333; 
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 12pt; 
	text-decoration: underline;  
	}
.redtext { 
	color: #bf0000; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 14pt; 
	}
#staff {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	text-align: center;
	width: 232px;
	padding: 0px;
	border: 1px solid #999;
	margin-bottom: 4px;
	}
#staff a, #staff a:active, #staff a:visited {
	display: block;
	color: #888;
	width: 228px;
	padding: 2px;
	text-decoration: none;
	}
#staff a:hover {
	background-color: #e5e5e5;
	color: #666;
	width: 228px;
	text-decoration: none;
	}
#staffbio {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	text-align: center;
	width: 228px;
	padding: 2px;
	border: 1px solid #999;
	background-color: #e5e5e5;
	margin-bottom: 4px;
	color: #666;
	}