﻿body
{
	background-color: #e6e6e6;
	font-family: Arial;
}

td.Header-TopMenu
{
	background-color: #f9fce3;
	background-image: url( ./Images/Header-MiddleCenter.gif );
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 16px;
	padding-top: 26px;
	vertical-align: top;
}

td.Header-TopCenter
{
	background-color: #b5e5fb;
	background-image: url( ./Images/Header-TopCenter.gif );
	background-position: right;
	background-repeat: no-repeat;
}


td.Header-TopMenu a:link
{
	color: #3f04ea;
	font-weight: bolder;
	text-decoration: none;
}

td.Header-TopMenu a:visited
{
	color: #3f04ea;
	font-weight: bolder;
	text-decoration: none;
}

td.Header-TopMenu a:hover
{
	color: Red;
	font-weight: bolder;
	text-decoration: none;
}

td.Header-SideMenu
{
	background-color: #fbf4fd;
	background-image: url( ./Images/Header-BottomLeft.gif );
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 92px;
	padding-bottom: 50px;
}

td.Footer-Left, td.Footer-Right
{
	background-image: url( ./Images/Footer-Right.gif );
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	height: 30px;
}

td.Content
{
	background-color: White;
	color: #1f0484;
	padding-left: 24px;
	padding-top: 12px;
	padding-bottom: 24px;
}

td.Content-Side
{
	background-color: white;
	padding-top: 24px;
	padding-left: 25px;
	text-align: center;
	vertical-align: top;
}

h1
{
	font-size: x-large;
	margin-top: 12px;
	text-align: center;
	text-decoration: none;
}

table.Updates
{
	font-size: smaller;
}

table.Updates thead th
{
	text-align: center;
	background-color: #e5e5e5;
	padding: 3px;
}

table.Updates tbody th, table.Updates tbody td
{
	color: Black;
	vertical-align: top;
	padding: 4px;
}

table.Updates tbody th
{
	white-space: nowrap;
	padding-left: 16px;
	padding-right: 16px;
}

table.Updates tbody td
{
	text-align: left;
}

td.Header-SideMenu table
{
	font-size: smaller;
	color: Black;
}

td.Header-SideMenu table thead th
{
	padding-bottom: 16px;
	padding-right: 12px;
	text-align: center;
}

td.Header-SideMenu table tbody th
{
	font-weight: normal;
	padding-right: 12px;
	text-align: left;
}

ul.BulletList
{
	margin-left: 0px;
	padding-left: 12px;
}

ul.BulletList li
{
	padding-bottom: 8px;
}
