﻿body 
{
	 font-family:Tahoma;
	 font-size:8pt;
}
a 
{
    text-decoration: none;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	none;
	color: orange ;
	}

.Small
{
	font-family:Tahoma;
	font-size:7pt;
}
.Norm
{
	font-family:Tahoma;
	font-size:7.5pt;
	color:#000000;
	
}

.Larg
{
	font-family:Tahoma;
	font-size:10pt;
}
.NormEG
{
	font-family:Verdana;
	font-size:7.5pt;
}
.LargeEG
{
	font-family:Verdana;
	font-size:10pt;
}
.SmallEG
{
	font-family:Verdana;
	font-size:7pt;
}