﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: Black;
}

.GeneralText 
{
	color: Black;
	font-size: 8pt;
	font-family: Arial;
}

.GeneralTextBold
{
	color: Black;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}

.HighlightText
{
	color: #63809E;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}

.HeadingLink
{
	color: #63809E;
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.SelectionLink
{
	color: #63809E;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
}

.ErrorString
{
	color: #ff6347;
	font-size: x-small;
	font-family: Arial;
}
