﻿
.headingOne
{
	background-color: #3F6BB2;
	color: White;
	font-weight: bold;
	font-size: 14px;
}

.headingOneNoBg
{
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}
.headingTwo
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: #851d1c;
}
.headingTwoNoBg
{
	font-weight: bold;
	font-size: 11px;
}
.pageHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #851d1c;
}
.grayTopBottomBorder
{
	border-top: 3px solid gray;
	border-bottom: 5px solid gray;
}
.grayBottomBorder
{
	border-bottom: 2px solid gray;
}
.nestedTableHeading
{
	font-size: 15PX;
	font-weight: BOLD;
}
.nestedTableData
{
	text-align: center;
	font-size: 15PX;
}
.button
{
	width: 100px;
	font-size: 12px;
	font-weight: bold;
}
allContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


