BODY 
{ 
	background: #004A00; 
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-size: 9pt;

} 

A:link 
{ 
	color: blue;
} 

A:visited 
{ 
	color: purple; 
} 

A:active 
{ 
	color: red; 
} 

A.footer:link
{
	color: white;
}

A.footer:visited 
{ 
	color: white; 
} 

A.footer:active 
{ 
	color: white; 
} 

H1 
{ 
	font-size: 175%;
	text-transform:uppercase;
	
} 

H2 
{ 
	font-size: 150%; 
} 

H3 
{ 
	font-size: 125%; 
} 

table
{
	border:1;
	nowrap:true;
}

td
{
	nowrap:true;
}


td.top
{
	width:350;
}

td.dataCell
{
	background: #e3efe3;
	nowrap:true;	
	empty-cells:show;
}

td.hiLightCell
{
	background: pink;
	nowrap:true;	
	empty-cells:show;
}


th.hiLightHeader
{
	background: #bb0000;
	color:white;
}

th.dataHeader
{
	background: #008877;
	color:white;
}

td.dataDark
{
	background: #008877;
	color:white;
	font-style: bold;
}

table.dataTable
{
	border:1px solid #007700;
	nowrap:true;
	empty-cells:show;
}

td.borderedCell
{
	border-left: 1px solid #007700;
	border-right: 1px solid #007700;
	
}

td.GLMBorderedCell
{
	border: 8px solid #3B933B;
	background: #ffffff;
}



