.none {
		}
		
.burgundy {
	color: #7D0049 !important;
	}

.sage {
	color: #6E8778 !important;
	}

.blue  {
	color: #00A8CB !important;
	}

.brown  {
	color: #534741 !important;
	}

.orange  {
	color: #EEB211  !important;
	}

.black	{
	color: #000000	!important;
	}
	
.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-border-sage {
	border: 2px solid #6E8778;
	}
	

	
.image-border-chartreuse {
	border: 2px solid #d1d923;
	}
