﻿@charset "utf-8";
/* Styles for only the "Our Clients" section of the website. */

@import url(/CSS/BELM08/GlobalStyles.css);

h1,
#PrimaryNavigationRegion ul li ul li a.navActive,
h2.PageHeader {
	color: #a55295;
}

h2, h3, h4 {
	color: #a55295;
}

#ContentRegion {
	border-top: solid 2px #A55295;
	padding-top: 20px;
}
p.Quote {
	
}
p.QuoteName {
	color: #a55295;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;	
}
p.QuoteTitle {
	color: #fff;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: italic;
}
p.QuoteCompany {
	color: #fff;
	margin-top: 0px;
	padding-top: 0px;	
}

#FooterRegion {
	border-top: solid 2px #A55295;
}