BODY 
{ 
	color: #000000; 
	font-family: Georgia, Times New Roman, serif;
	font-style: normal;
	font-size: 10pt;
} 

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:0;
	nowrap:true;
}

td
{
	nowrap:true;
}


td.top
{
	width:350;
}

td.dataCell
{
	background: #f0f0f0;
	nowrap:true;	
	empty-cells:show;
}

td.hiLightCell
{
	background: pink;
	nowrap:true;	
	empty-cells:show;
}


th.hiLightHeader
{
	background: #bb0000;
	color:white;
}

th.dataHeader
{
	background: #FF9933;
	color:black;
}

td.dataDark
{
	background: #008877;
	color:white;
	font-style: bold;
}

table.dataTable
{
	border:1px solid #CC6600;
	nowrap:true;
	empty-cells:show;
}

td.borderedCell
{
	border-left: 1px solid #CC6600;
	border-right: 1px solid #CC6600;
	
}

TD.heading {border-bottom: solid 1px #ccc; border-right: solid 1px #ccc; background-color: #eee; font-size: 13px; font-weight: 700; color: #000;}
TD.on {border-bottom: solid 1px #ccc; border-right: solid 1px #ccc; background-color: #ffc; padding-left: 15px; }
TD.off {border-bottom: solid 1px #ccc; border-right: solid 1px #ccc; background-color: #fff; padding-left: 15px; }




