﻿.clsTableRowGray
{
    border-right: #ffffff 1px outset;
    border-top: #ffffff 1px outset;
    padding-left: 4px;
    font-weight: normal;
    font-size: 12px;
    border-left: #ffffff 1px outset;
    color: #000080;
    border-bottom: #ffffff 1px outset;
    font-family: Arial;
    position: static;
    height: 23px;
    background-color: Silver;
}
.masterContainer
{  width: 845px; 
   background-color: white;     
   margin: 0 auto;
}
     
.body
{
    margin: 0;
    background-color: #AABBCC;
    font-family: Arial;
    font-size: 10pt;
    padding-left: 35px;
    padding-top: 6pt;
	background-image:url(../images/logo_green25.png);
}
 
.darkcell
{
	padding-right: 4pt;
	font-weight: bold;
	font-size: 8pt;
	color: #fff;
	font-family: Verdana;
	height: 20px;
	background-color:#006404;/*darkgray;*/
	text-align: center;
	vertical-align: middle;
}
.lightcell
{
	padding-right: 4pt;
	font-size: 8pt;
	font-weight: normal;
	color: white;
	font-family: Verdana;
	height: 20px;
	background-color: #006404;/*darkgray;*/
	text-align: center;
	vertical-align: middle;
}
.tblHeader
{
	height: 264px;
	background:url(../Images/sssl-banner.png);
}
.pageTitle
{
	text-decoration: underline; 
	font-weight: bold; 
	font-style: italic;
	font-family: Arial;
	font-size: large;
	text-align: center;
	margin-top: 1em;
}
.lbl
{
	text-align:right;
}