.bgBannerTitleText 
{
	background-color: rgba(0, 120, 170, 0.75);
}

.bgBannerTitleCut 
{
	border-top-color: rgba(0, 120, 170, 0.75);
}

.bgBannerText {
	background-color: #0078aa;
}

.bgMainContent
{
	background: white;	
}

.bgBaseButton
{
	background: #8c6239;
}

.companyContainer
{
	//float: left;
	width: 280px;
	margin: 20px;
}

.companyContainer .inner
{
	padding: 10px;
	//border:1px solid silver;	
}

.companyHeader
{
    height: 100%;
	margin-bottom:10px;
}

.companyHeader img
{
	width:260px;
	height:90px;
}

.companyText
{
	//height: 270px;
	text-align:justify;
	color: #434343;
	overflow-y: auto;
	margin-bottom: 10px; 
}

.companyPerson
{
	text-align:center;
	font-weight: bold;
	color: #434343;
	//height: 40px;
}

.noLogo
{
	text-align: center;	
	font-size: 16px;
	font-weight: bold;
}