﻿body {
    /*background-color:rgb(130, 132, 135);*/
  
}
.headerStyle
{
    font-size: large;
    color: white;
    font-family: calibri;
    /*background-color: #C95C1A;*/
    font-weight: bold;
}
.altRowStyle
{
	font-size: 10pt;
	color: black;
	font-family: 'calibri';
	background-color: antiquewhite;
}
.rowStyle
{
	font-size: 10pt;
	color: black;
	font-family: 'calibri';
	background-color: moccasin;
}
.footerStyle
{
	font-size: 10pt;
	color: black;
	font-family: 'calibri';
	background-color: lemonchiffon;
}