﻿body
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}
.Title
{
	font-weight: bolder;
	font-size: 18pt;
	color: teal;
	font-family: Verdana, Sans-Serif;
}
.Heading
{
	font-weight: bolder;
	font-size: 16pt;
	color: teal;
	font-family: Verdana, Sans-Serif;
}
.RedBold
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: Verdana, Sans-Serif;
}
#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.SmallText
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
}
