﻿BODY
{
	font-family: Century Gothic;
	font-size: 10pt;
}
A.HoverUnderline:link
{
	text-decoration: none;
}
A.HoverUnderline:hover
{
	text-decoration: underline;
}
A.HoverUnderline:visited
{
	text-decoration: none;
}
A.HoverUnderline:visited:hover
{
	text-decoration: underline;
}
DIV.Blue
{
	color: blue;
}
DIV.Centered
{
	text-align: center;
}
DIV.Main
{
	text-align: center;
	width: 800px;
}
DIV.Page
{
	left: 50%;
	margin-left: -400px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 800px;
}
DIV.SectionTitle
{
	color: #005573;
	font-size: 12pt;
	font-weight: bold;
	height: 31px;
}
IMG
{
	border-style: none;
}
TABLE
{
	border-style: none;
	empty-cells: show;
	font-family: Century Gothic;
	font-size: 10pt;
}
TR.TableHeader
{
	font-weight: bold;
	background-color: silver;
}
TD
{
	padding: 0px 0px 0px 0px;
}
TD.RightBorder
{
	border-right: solid 1px blue;
}
TD.RightAndBottomBorder
{
	border-right: solid 1px blue;
	border-bottom: solid 1px blue;
}
TD.BottomBorder
{
	border-bottom: solid 1px blue;
}
