﻿body 
{
	background-color: White;
	font-family: Arial;
	font-size:10pt;
	color:Black;
}

.Copy
{
	font-family: Arial;
	color:Black;
}

a:Link
{
	color:Black;
	font-weight: bolder;	
}

a:Hover
{
	text-decoration: underline;
	color: Silver;
}

a:Visited
{
	color:Black;
	font-weight: bolder;
}

a.Small:Link
{
	color:Black;
	font-family:Arial;
	font-weight:lighter;
	text-decoration: none;
}

a.Small:Hover
{
	text-decoration: underline;
	color:Silver;
}

a.Small:Visited
{
	color:Black;
	Font-family:Arial;
	text-decoration: none;
	font-weight:lighter;
}
.Normal
{
	font-family: Arial;
	font-size: 12pt;
	color:Black;
}