﻿body 
{
    margin-left:0px;
    margin-top:0px;
    font-family:Verdana, Arial , Tahoma;
    font-size:8pt;
    background-color:#E8E8E8;
    width:90%;
}
center
{
	 background-color:inherit;
	}
td.data
   {
    border-bottom: solid 1px #457689;    
   }
	table.report
   {
    border-collapse:collapse;
    border : solid 1px #457689;
    font-size:6pt;
    }
    table.report1
    {
    border-collapse:collapse;
    border : solid 1px #457689;
    font-size:8pt;
    }
    table.report2
    {
    border-collapse:collapse;
    /*border : solid 1px #457689;*/
    font-size:10pt;
    }
    table.report3
    {
    border-collapse:collapse;
    border : solid 1px #457689;
    font-size:10pt;
    }
td.red
{
	background-color: Aqua;
}
table.data
{
	border-collapse: collapse;
	border-bottom-color:Black;
    border-left:solid 1px #457689;
    border-right:solid 1px #457689;
    border-top:solid 1px #457689;
    border-bottom:solid 1px #457689;
	border: solid 1px #457689;
	font-size: 8pt;
	background-color: #eff3fb;
}
input.data
{
    /*background-color:gray;*/
    font-family: Arial, Comic Sans MS;
    font-size: 12px;
    font-weight:300;
    /*color:Navy;*/
    color: #3366ff;
    text-align:right;
}
input.button
{
    font-family: Trebuchet MS, Arial, Verdana;
   
    background-color: #bf3f22;
    color: white;
    font-size: small;
   
}
select.ListBox
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: small;
	border-right: #c0c0ff thin groove;
	border-top: #c0c0ff thin groove;
	border-left: #c0c0ff thin groove;
	border-bottom: #c0c0ff thin groove;
	
}
#totals
{
     background: #ffff99;
     font-weight:200;
    }
tr.subheads
{
    /* background-color:#ccff66;*/
     background-color:#bf3f22;
     font-weight:bold;
     color:White;
    }
h3
{
     color:Black;
     font-style:inherit;
     font-weight:bold;
     border-bottom: solid 2px #eeeeee;
     text-decoration:underline;
    /* width:auto; */
}

#status
{
     font-family:Trebuchet MS, Verdana, Arial;
     font-weight:300;
     color:#ff3322;
     text-transform:capitalize;
    }
li
{
     border-bottom:solid 1px #345678;
     text-align:left;
     padding-bottom:3px;
    }

img.main
{
	 padding:0px;
	 margin:0px;
	}
span.left
{
	 text-align:left;
	 float:left;
	}
