﻿body 
{
	background-color: White;
	font-family: 'Futura Md BT', 'Tahoma', 'Arial', 'Sans-Serif';
	font-size: 12pt;
}
#Container
{
	background-color: #ffe898;
	margin: 10px auto;
	width: 850px;
	}
#LeftNav
{
	float: left;
	width: 110px;
	margin-top: 23px;
	text-align: center;
	}
#RightNav
{
	float: right;
	width: 196px;
	padding: none;
	}
#MainContent
{
	width: 530px;
	text-align: justify;
	}
#Content
{
	border: solid 1px #ffcf1c;
	background-color: White;
	padding: 8px;
	font-size: 10pt;
	}
#Footer
{
	clear: both;
	font-size: 6pt;
	text-align: center;
	}
#TopLinks
{
	position: relative;
	}
a.WhiteLinks
{
	color: #708ea6;
	background-color: White;
	font-size: 10pt;
	border: solid 1px #ffcf1c;
	padding: 4px;
	text-decoration: none;
	}
a.WhiteLinks:hover
{
	background-color: #708ea6;
	color: #ffe898;
	border: solid 1px #ffcf1c;
	}
a.BlueLinks
{
	color: White;
	background-color: #708ea6;
	font-size: 8pt;
	border: solid 1px #ffcf1c;
	padding: 4px;
	text-decoration: none;
	display: block;
	width: 85px;
	}
a.BlueLinks:hover
{
	color: #708ea6;
	background-color: White;
	font-size: 8pt;
	}
a.BlueLinks2
{
	color: White;
	background-color: #708ea6;
	font-size: 8pt;
	border: solid 1px #ffcf1c;
	padding: 4px;
	text-decoration: none;
	}
a.BlueLinks2:hover
{
	color: #708ea6;
	background-color: White;
	font-size: 8pt;
	}
.TableHeader
{
	background-color: #708ea6;
	color: White;
	font-size: 12pt;
	border: solid 1px #ffcf1c;
	}
.TableBody
{
	background-color: #dcdcdc;
	border: solid 1px #ffcf1c;
	}


