.none {
		}
		
.intro {
	color: #999999;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 1.45em;
	line-height: 1.45em;
	padding: .7ex 0;
	}
	
.text-note {
	color: navy;
	text-indent: 0;
	font-size: .95em;
	line-height: 1.3em;
	text-align: left;
	margin: 0;
	font-style: italic;
	}	
	
.text-small-caps {
	font-variant: small-caps;
	} 

.paragraph-bold-centered {
	display: block;
	text-align: center; 
	font-weight: 700 !important;
	font-family: arial, sans-serif;
	margin: 0 20px;
	}
	
.paragraph-hanging-indent { 
	display: block;
	text-indent: -1.5em; 
	margin-left: 1.5em; 
	}	

.paragraph-inset {
	display: block;
	margin-left: 30px; 
	margin-right: 30px; 
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
	}	

.pull-quote-right { 
	display: block;
	float: right;
	width: 200px;
	padding: 10px 10px 10px 15px;
	margin: 8px 0 10px 15px;
	line-height: 1.4em; 
	border: 1px solid #d1d923; 
	font-size: 1.2em; 
	font-weight: 700;
	/* font-family: georgia, 'times new roman', serif; */ 
	color: #7D0049 !important;
	background: #D1D923 url(../images/section-info-bkg-media.gif) no-repeat scroll 175% 33%;
	}
	
.pull-quote-left { 
	display: block;
	float: left;
	width: 200px;
	padding: 10px 15px 10px 10px;
	margin: 8px 15px 10px 0;
	line-height: 1.4em; 
	border: 1px solid #d1d923; 
	font-size: 1.2em; 
	font-weight: 700;
	/* font-family: georgia, 'times new roman', serif; */
	color: #7D0049 !important; 
	background: #D1D923 url(../images/section-info-bkg-media.gif) no-repeat scroll 175% 33%;
	text-align: right;
	}
	
	
.image-float-left {
	float: left;
	margin: 0 15px 0 0 !important;
	padding: 4px 0 !important;
	}
	
.image-float-right {
	float: right;
	margin: 0 0 0 15px !important;
	padding: 4px 0 !important;
	}
	
.image-border-light {
	border: 1px solid #dbdbdb;
	}
	
.image-border-medium {
	border: 1px solid #999999;
	}
	
.image-border-dark {
	border: 1px solid #666666;
	}
	
.image-border-black {
	border: 1px solid #333333;
	}

