#aboutUsContainer h2 {
	font-weight: bold;
	font-size: 11px;
	margin: 15px 0;
	background-color: inherit;
	color: #00498e;
	text-decoration: none;
	padding: 0 0 0 20px;
	background-image: url(/img/dot-about-us.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#aboutUsContainer p {
	margin: 15px 0;
	background-color: inherit;
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

#aboutUsContainer p.blue {
	background-color: inherit;
	color: #008ec2;
}

#aboutUsContainer table {
	margin: 5px 0;
}

	#aboutUsContainer table td,
	#aboutUsContainer table td a {
		vertical-align: top;
		padding: 5px 0;
		line-height: 18px !important;
		font-size: 11px;
		font-weight: bold;
	}
	
		#aboutUsContainer table td a:link,
		#aboutUsContainer table td a:visited {
			background-color: inherit;
			color: #000;
		}
	
	#aboutUsContainer table td.left {
		width: 100px;
		background-color: inherit;
		color: #820024;

	}
	
	p.purple {
		background-color: inherit;
		color: #820022 !important;
	}