﻿.ContentForm
{
	background-color: #cfe3ee;
	padding:10px;
	color:Black;
}

.contentHeading
{
	color: White;
	background-color: #66a4c8;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:left;
}

.contentSubHeading
{
	color: #66a4c8;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 5px;
	text-align:left !important;
}

.tableColor .header
{
	background-color: #66a4c8;
}

.cellLineHorizontal
{
	background-color: #66a4c8;
	height:1px;
}

.cellLineVertical
{
	background-color: #66a4c8;
	width:1px;
}

.principalName
{
	font-weight:bold;
	color: #66a4c8;
	vertical-align:top;
}
