﻿body
{
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
}

.MenuBox a:link, .MenuBox a:active, .MenuBox a:visited
{
	text-decoration: none;
	color: Navy;
}
.MenuBox a:hover
{
	text-decoration: underline;
}
.MenuBox
{
	color: #002E5C;
	background-color: #DBE7FE;
	border-style: solid;
	border-width: 1px;
	border-top-color: #E4EDFE;
	border-bottom-color: #9BA4B4;
	border-left-color: #E0EAFE;
	border-right-color: #C5CDDB;
}
a:link, a:active, a:visited
{
	text-decoration: none;
	color: Blue;
}
a:hover
{
	text-decoration: underline;
}
.Title
{
	color: #945B01;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
.HRline
{
	margin-top: 3px;
	margin-bottom: 3px;
}
.header
{
	font-weight: bold;
	color: #0F5F79;
}
.Menu
{
	font-size: 11px;
	font-weight: bold;
	margin: 2px;
}

.MenuItem a:link,.MenuItem a:active,.MenuItem a:visited
{
	text-decoration: none;
	color:Navy;
}

.MenuItem a:hover
{
	text-decoration: underline;
}

.MenuItem
{
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 2px;
	padding-bottom: 2px;
}
.box
{
	font-weight: bold;
	color: #0F5F79;
	border: solid 1px silver;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.MenuBarSep
{
	width: 1px;
	background-image: url('images/MenuBar_Back_Dark.jpg' );
}
.TableHeader
{
	background-color: Silver;
	background-image: url(images/TableHeader.jpg);
	height: 30px; 
	/*background-color:#ffffff;*/
}
.TableHeaderNew
{
	background-image: url(images/OrangeBack.gif);
	height: 30px; 
}

