
BODY 
{ 
	color: #000000;
	font-style: normal;
 	font-family : Arial,Helvetica, Sans Serif;
 	font-size : 12px;
}


td.nav
{
	background:#C6D3C1;
	align:center;
	width:95px;
	nowrap: true;
	cursor: hand;
	color: black;
}

td.navSelected
{
	background:#55704C;
	align:center;
	width:95px;
	nowrap: true;
	color: #FFFFFF;
	cursor: hand;
}

td.imageBorder
{
	border:1px black solid;
}

td.imageNoBorder
{
	border:1px solid none;
}


A.footer:link
{
	color: white;
}

A.footer:visited 
{ 
	color: white; 
} 

A.footer:active 
{ 
	color: white; 
} 



A:link 
{ 
	color: blue;
} 

A:visited 
{ 
	color: purple; 
} 

A:active 
{ 
	color: red; 
} 



table
{
	font-size : 12px;
}

table.dataTable
{
	border:1px solid #007700;
	nowrap:true;
	empty-cells:show;
}

td.dataCell
{
	background: #e3efe3;
	nowrap:true;	
	empty-cells:show;
}

td.hiLightCell
{
	background: yellow;
	nowrap:true;	
	empty-cells:show;
}

th.dataHeader
{
	background: #008877;
	color:white;
}


