body {
	margin:0; padding:0;
	background: white;
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12pt;  
}





#wrapper {
	width:100%;	
}
	#content {
		width:100%;
		margin: 0 auto;
		text-align: left;
		background-color:#FFFFFF;
	}
		#header1 {
			display:none;
		}
		#header2 {
			display:none;
		}
		#title {
			margin-bottom:44px;
		}
			
			
				
		#content-body {
			padding-bottom:44px;
		}	
#backToTop {
	display:none;
}
	a.return:link {
		color:#3F322E; font-size:70%; font-weight:normal;
		text-decoration: underline;
	}
	a.return:visited {
		color:#3F322E; font-size:70%; font-weight:normal;
		text-decoration: underline;
	}
	a.return:hover {
		color:#CC0033; font-size:70%; font-weight:normal;
		text-decoration: underline;
	}
	a.return:active {
		color:#3F322E; font-size:70%; font-weight:normal;
		text-decoration: underline;
	}






/* navigation */
#navWrapper {
	display:none;
	
}
	#navInLeft {
		display:none
	}
	#navInMid {
		display:none
}			
	#navInRight {
		display:none		
	}




/* heading text styles */
h1 {
	font-size:18pt; color:#CC0033; font-weight: normal; line-height:1;
	margin:0;
}
h2 {
	font-size:16pt; color:#3F322E; font-weight: bold; line-height:1.3;
}
h3 {
	font-size:16pt; color:#3F322E; font-weight: normal; line-height:1.3;
}



/* body text styles */
.sub {
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12pt; line-height:1.3;	color:#000000; font-weight:normal;
	margin-left:22px;
}
#pullQuote {
	background-color:#E7E0DF;
	margin-right:44px;
	border-top:solid 8px #FFFFFF; border-bottom:solid 4px #FFFFFF;
	padding-left:18px; padding-right:18px; padding-top:18px; padding-bottom:9px;
	font-weight:normal; color:#000000;
}
	ul.NoBulletPullQuote {
		font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12pt; line-height:1.3;	color:#8C6D63; font-weight:normal;
		color:#000000;
	}
	ol.NoBulletPullQuote {
		font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12pt; line-height:1.3;	color:#8C6D63; font-weight:normal;
		padding-left:44px; color:#000000;
	}


ul {
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12pt; line-height:1.3;	color:#000000; font-weight:normal;
	padding-top:0px; margin-top:0px;
}
ul.Quote {
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12pt; line-height:1.3;	color:#3F322E; font-weight:normal; list-style:disc;
}
ul.NoBullet {
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12pt; line-height:1.3;	color:#000000; font-weight:normal;
	list-style:none;
}
ul.NoBulletQuote {
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:12pt; line-height:1.3;	color:#3F322E; font-weight:normal;
	list-style:none;
}
a.footnote {
	color:#3F322E; font-size:70%;
	text-decoration:none;
	vertical-align:top;
}
a.footnoteRef {
	color:#3F322E; font-weight:normal;
	text-decoration:none;
}
a.common:link {
	color:#3F322E; font-weight:normal;
	text-decoration: underline;
}
	a.common:visited {
		color:#3F322E;
		text-decoration: underline;
	}
	a.common:hover {
		color:#CC0033;
		text-decoration: underline;
	}
	a.common:active {
		color:#3F322E;
		text-decoration: underline;
	}

	
/* document title text styles */	
.title1 {
	font-size:24pt; color:#000000; font-weight: bold;
}
.title2 {
	font-size:16pt; color:#70624A; font-weight: bold;
}
.title-info {
	font-size:12pt; color:#000000; font-weight:normal;
}

/* contents text styles */
a.contents1:link {
	font-size:14pt; color:#3F322E; font-weight:bold;
	text-decoration: none;
}
	a.contents1:visited {
		font-size:14pt; color:#3F322E; font-weight:bold;
		text-decoration: none;
	}
	a.contents1:hover {
		font-size:14pt; color:#CC0033; font-weight:bold;
		text-decoration: underline;
	}
	a.contents1:active {
		font-size:14pt; color:#3F322E; font-weight:bold;
		text-decoration: none;
	}
	
	
.contents2 {
	margin-top:0;
}

	
.contents2 a:link, .contents2 ul, .contents2 li {
	font-size:12pt; color:#000000; font-weight:normal;
	text-decoration: none;	
	list-style: none;
}
	.contents2 a:visited, .contents2 ul, .contents2 li {
		font-size:12pt; color:#000000; font-weight:normal;
		text-decoration: none;
		list-style: none;
	}
	.contents2 a:hover, .contents2 ul, .contents2 li {
		font-size:12pt; color:#CC0033; font-weight:normal;
		text-decoration: underline;
		list-style: none;
	}
	.contents2 a:active, .contents2 ul, .contents2 li {
		font-size:12pt; color:#000000; font-weight:normal;
		text-decoration: none;
		list-style: none;
	}
	






