@charset "utf-8";
/* CSS Document */

	.profiles-listing { width: 900px; background: white; border-collapse: collapse; margin: 1em 0px 2em 0px; }
	.profiles-listing .areas { width: 25px; }
	.profiles-listing th { background: white; color: #333333; line-height: 36px; height: 36px; text-align: center; padding-left: 1em; }
	.profiles-listing td { padding-left: 1em; padding-right: 1em; line-height: 29px; height: 29px; overflow: hidden; }
	.profiles-body div { margin: 17px; }
	.profiles-listing .oddRow { background: #efefef; color: #222222; }
	.profiles-listing .evenRow { background: white; color: #333333; }
	
	.profiles-summary-name {
		width: 230px;
		}
	.profiles-logo {
		float: right;
		width: 300px;
		overflow: hidden;
		}
		.profiles-logo img { max-width: 300px; }
  .profiles-name {
		font-size: 18px;
		font-weight: normal;
		margin-top: 20px;
		margin-bottom: 20px;
		color: #007447;
		}
	.profiles-file { margin: 1em 0px; text-transform: uppercase; } .profiles-file span { font-weight: bold; }
	.profiles-link { text-align: right; }
	.profiles-summary { padding: 17px; font-weight: bold; display: block; clear: both; float: none; }
	.profile-category { color: #016064; font-weight: bold; }
