
BODY
{
	background-color: white;
	scrollbar-arrow-color:#fffacd;
	scrollbar-track-color:#fffacd;
	scrollbar-face-color:steelblue;
}
A:link
{
	font-weight: bold;
	font-size: 8pt;
	color: royalblue;
	font-family: Arial, Sans-Serif;
}
A:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: royalblue;
	font-family: Arial, Sans-Serif;
}
A:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: darksalmon;
	font-family: Arial, Sans-Serif;
}
.groupHeader
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	color: white;
	font-family: Arial, Sans-Serif;
}
.groupHeader2
{
	padding-left: 2px;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial, Sans-Serif;
	background-color: steelblue;
}
.infoValues
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: Arial, Sans-Serif;
	background-color: #fffacd;
}
.infoValues2
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: Arial, Sans-Serif;
}
.infoValues3
{
	border-right: lightgrey thin solid;
	border-top: lightgrey thin solid;
	font-size: 8pt;
	border-left: lightgrey thin solid;
	color: crimson;
	border-bottom: lightgrey thin solid;
	font-family: Arial, Sans-Serif;
	background-color: lightgoldenrodyellow;
}
.infoTables
{
	width: 100%;
	background-color: steelblue;
}
.infoTablesSmall
{
	width: 40%;
	background-color: steelblue;
}
H1
{
	font-weight: bold;
	font-size: 14pt;
	text-transform: capitalize;
	color: #101d5f;
	font-family: 'Times New Roman';
}
.headerValues
{
	font-weight: bold;
	font-size: 9pt;
	color: dimgray;
	font-family: Arial;
}
.infoborder
{
	border-right: lightgrey thin solid;
	border-top: lightgrey thin solid;
	border-left: lightgrey thin solid;
	border-bottom: lightgrey thin solid;
}