/* 
#D0DDE6 - Very light blue
#0D1A44 - Darkest Blue
#243F76 - Mid Blue
*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0D1A44;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #243F76;
}
.TableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #243F76;
	background-position: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #52936C;
	border-right-color: #52936C;
	border-bottom-color: #52936C;
	border-left-color: #52936C;
}
.TblLineTop {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #243F76;
	border-right-color: #243F76;
	border-bottom-color: #243F76;
	border-left-color: #243F76;
}
.ColumnBox {
	border: 1px solid #243F76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.TblDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	border: 1px none #197349;
}
.TableLineThinTopBtm {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #243F76;
	border-right-color: #243F76;
	border-bottom-color: #243F76;
	border-left-color: #243F76;
}
.DeveloperReference {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #2A4277;
	text-align: right;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
