a:link
{
	color: rgb(48,111,132); 
	text-decoration: none;
}
a:visited
{
	color: rgb(48,111,132);
	text-decoration: none;
} 
a:active 
{
	color: rgb(48,111,132);
	text-decoration: none;
}
a:hover
{
	color: rgb(234,117,0);
	text-decoration: underline;
}
body
{
	font-family: Tahoma;
	font-size: 10pt;
	color: rgb(102,102,102);
}
copyright-font
{
	font-family: Tahoma;
	font-size: 10pt;
	color: rgb(102,102,102);
}
table
{
	font-family: Tahoma;
	
	font-size: 10pt;
	
}