body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

.outerPageBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: 666666;
	text-align: left;
}

.Heading
{
	color: #686B6E;
	vertical-align:top;
	padding-top: 65px;
	font-size: 10px;
	text-align: left; /*right;*/
	/* padding-right: 50px; */
}

.NavBar, .NavBar a:link, .NavBar a:visited
{
	color:#FFF;
	font-size: 12px;
	text-align:center;
}

.NavbarSel
{
	background-image:url(images/NavBarSel.jpg);
}

#MainDiv
{
     width: 1002px;
     max-width: 1002px;
     margin-right: auto;
     margin-left: auto;
     background-color: #ffffff;
}

.topnav
{
    background-color: #ffffff;
    color: White;

    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 4px;
    width: 1002px;
}

.topnav a
{
     color: White;   
}
.topnavsel
{
    color: #ff9933;
}
.topnavitem
{
    padding-left: 50px;
}
.mainQuote
{
	font-weight: bold;
	font-size:16px;
	color: #247AAB;
	text-align:center;
	
	padding-top: 10px;
	padding-left: 55px;
	padding-right:55px;
	height: 50px;
	line-height: 22px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0079B2;
	margin-left: 0px;
}

.rightQuote
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#0079B2;
	font-weight:bold;
	font-size: 11px;
	line-height: 17px;
	color: FAFAFA;
	padding-left: 21px;
	padding-top: 20px;
	height: 163px;
	vertical-align: top;
	color: #666;
}

.MainContent
{ 
	padding-left: 130px;
	padding-right: 15px;
	font-size: 12px;
	color: #303030;
	line-height: 18px;
}

.MainContent h2, .title
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.homeImage
{
	padding-right: 20px;
	padding-bottom: 15px;
}

.homeReport
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#0079B2;
	font-size: 11px;
	line-height: 17px;
	color: FAFAFA;
	padding-left: 16px;
	padding-top: 15px;
	vertical-align: top;
	color: #666;
}

.homeReportNoBorder
{
	font-size: 11px;
	line-height: 17px;
	color: FAFAFA;
	padding-left: 16px;
	padding-top: 15px;
	vertical-align: top;
	color: #666;
}


.teamMenu
{
	color: #247AAB;
}

.teamSel
{
	color: #247AAB;
	font-weight: bold;
}

.transactions-grid {
	display: grid;
	grid-template-columns: repeat(3, 172px); /* 3 tiles per row */
	gap: 20px;
}

.transCell {
	background-image: url(images/transback.jpg);
	background-repeat: no-repeat;
	width: 172px;
	height: 189px;
	text-align: center;
	padding-top: 10px;
}
/*.transCell
{
	background-image:url(images/transback.jpg);
	background-repeat:no-repeat;
	width: 172px;
	height: 189px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	text-align: center;
}*/

.transCellBlank
{

	width: 172px;
	height: 189px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
}

.transTitle
{
	font-weight: bold;
	color:#FFF;
	text-align: center;
	font-size: 14px;
}

.footerText, .footerText a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}