BODY 
{ 
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-size: 9pt;
	color: #001000;

} 

A:link 
{ 
	color: blue;
} 

A:visited 
{ 
	color: purple; 
} 

A:active 
{ 
	color: red; 
} 

A.mint:link
{
	color: #D1EFD1;
}

A.mint:visited 
{ 
	color: #D1EFD1; 
} 

A.mint:active 
{ 
	color: #D1EFD1; 
} 

	


H1 
{ 
	font-size: 130%;
	text-transform:uppercase;
	color:#03521F;
	
} 

H2 
{ 
	font-size: 120%;
	color:#03521F;
} 

H3 
{ 
	font-size: 110%; 
	color:#03521F;
} 

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.articleList
{
	border:2px solid #006600;
	nowrap:true;
	empty-cells:show;
 	background: #D1EFD1;
}


td.article
{

	border-bottom:2px solid #006600;
	nowrap:true;
	empty-cells:show;
 
}





