﻿.WebSiteBody
{
	font-family: arial;
	font-size: 10pt;
	margin: 0px;
}

.MasterDiv1
{
	text-align: center;
	width: 100%; 
}

.MasterDiv2
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px; 
}

.MasterTableTitle
{
	border-bottom: solid 2px #ffae00;
	width: 100%;
}

.MasterTableFooter
{
	background-color: #017F03;
	color: White;
	width: 100%;
}

.MasterTableFooter a:link, .MasterTableFooter a:visited
{
	color: White;
	text-decoration: none;
}

.MasterTableFooter a:active, .MasterTableFooter a:hover
{
	color: White;
	text-decoration: underline;
}

.Links a:link, .Links a:visited
{
	color: #007EED;
	text-decoration: none;
}

.Links a:active, .Links a:hover
{
	color: #007EED;
	text-decoration: underline;
}

.LinksWarning a:link, .LinksWarning a:visited
{
	color: #FF0000;
	text-decoration: none;
}

.LinksWarning a:active, .LinksWarning a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.MainMenuCells
{
	font-size: larger;
	font-weight: bold;
}

.MainMenuCells a:link, .MainMenuCells a:visited
{
	color: black;
	text-decoration: none;
}


.MainMenuCellsMouseOver
{
	font-size: larger;
	font-weight: bold;
}

.MainMenuCellsMouseOver a:link, .MainMenuCellsMouseOver a:visited
{
	color: #007EED;
	text-decoration: none;
}

.TableGroup
{
	background-color: white;
	border: solid 1px #007EED;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.TableGroup thead tr th
{
	color: black;
	background-color: #A6CAEA;
	font-weight: normal;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	
}

.TableGroup td
{
	padding: 3px;
	text-align: left;
}