.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin-right: 24px;
	margin-left: 24px;
	padding-left: 0px;
	text-indent: 0px;
	font-style: italic;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
	border-top: thin solid #660000;
	border-right: medium none #660000;
	border-bottom: medium none #660000;
	border-left: medium none #660000;
	padding-top: 6px;
}
.quotenobar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	text-transform: none;
	color: #000000;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.blackbodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin-right: 12px;
	margin-left: 12px;
}
.quoter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	font-style: italic;
}
.navbarinner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCC99;
	letter-spacing: 3px;
	word-spacing: 3px;
	text-align: center;
	text-decoration: none;
	vertical-align: text-top;
}
.portfoliocopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #FFFFCC;

}
.portfoliocopy a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:underline;
	line-height: 14px;
	color: #FFFFCC;
	
}
.portfoliocopy a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:underline;
	line-height: 14px;
	color: #FFFFCC;

}
.mediabodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin: 2px;
	color: #000000;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #aa9f72;
	letter-spacing: 4px;
	word-spacing: 3px;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #aa9f72;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}