.grey 
{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #5B5B5B;
	font-size : x-small;
}
.lightgrey 
{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #D4D4D4;
	font-size : x-small;
}
A.grey
{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #5B5B5B;
	font-size : x-small;
	text-decoration : none;
}
A.grey:hover
{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #0066CC;
	font-size : x-small;
	text-decoration : underline;
}
A.ital
{
	color : #000000;
	text-decoration : underline;
	font-style : italic;
}
A.ital:hover
{
	color : #0066CC;
	text-decoration : underline;
	font-style : italic;
}
.black
{
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-size : medium;
}
h3
{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : Gray;
	font-size : medium;
	font-weight : normal;
}
h2
{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : Gray;
	font-size : large;
	font-weight : normal;
}