BODY 
{ 
	color: #000000; 
	font-family:Arial,verdana, sans-serif;
	font-style: normal;
	font-size: 9pt;

} 

A:link 
{ 
	color: blue;
} 

A:visited 
{ 
	color: purple; 
} 

A:active 
{ 
	color: red; 
} 

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;
	
}





