#profileContainer {
	padding: 2px;
}
#profileCellHeader {
	background-color: #7dabdf;
	margin: 0px;
	padding: 8px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#profileCell {
	text-align: left;
	padding: 6px;
	border: 1px solid #ccd9e8;
	line-height: 180%;
}
#profileCellBottom {
	text-align: left;
	padding: 4px;
	font-weight: lighter;
}

#profileContainer2 {
	padding: 2px;
}
#profileCellHeader2 {
	background-color: #7dabdf;
	margin: 0px;
	padding: 8px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#profileCell2 {
	text-align: left;
	padding: 6px;
	border: 1px solid #ccd9e8;
	line-height: 180%;
}
#profileCellBottom2 {
	text-align: left;
	padding: 4px;
	font-weight: lighter;
}

#profileContainer3{
	padding: 2px;
}
#profileCellHeader3 {
	background-color: #7dabdf;
	margin: 0px;
	padding: 8px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#profileCell3 {
	text-align: left;
	padding: 6px;
	border: 1px solid #ccd9e8;
	line-height: 180%;
}
#profileCellBottom3 {
	text-align: left;
	padding: 4px;
	font-weight: lighter;
}