﻿body
{
	font-size: 9pt;
	color: #696969;
	font-family: Tahoma, Arial, Verdana;
}
a:link
{
	font-size: 9pt;
	color: #696969;
	font-family: Arial;
	text-decoration: underline;
}
a:visited
{
	font-size: 9pt;
	color: #696969;
	font-family: Arial;
	text-decoration: underline;
}
a:hover
{
	font-size: 9pt;
	color: #283180;
	font-family: Arial;
	text-decoration: underline;
}
.blueHeader
{
	font-size: 10pt;
	color: #0066ff;
	font-weight: bold;
}
.greyHeader
{
	font-size: 10pt;
	color: Gray;
	font-weight:bold;
}
.smallerText
{
	font-size: 8pt;
}
.largerText
{
	font-size: 9pt;
}
.storyText
{
	font-family: Verdana;
	font-style: italic;
	color: Gray;
}