﻿body 
{
	font-family:Tahoma;
}

.pageTitlePanel
{
	background-color:Black;
	margin: 2px 0px 6px 0px;
	padding: 3px 4px 3px 4px;
	border: solid 1px #999966; 
	font-family:Tahoma;
}

.pageTitleLabel
{
	color: white; 
	font-weight: bold; 
	font-size: 14pt;
	font-family:Tahoma;
}

.pageTitleLabelBlack
{
	color: Black; 
	font-weight: bold; 
	font-size: 18pt;
}
.MainMenuItem, .MainMenuItem:active, .MainMenuItem:visited, .MainMenuItem:link, .MainMenuItem:hover
{
	text-decoration: none;
	cursor: pointer;
	color: White;
}
.SubMenuItem, .SubMenuItem:active, .SubMenuItem:visited, .SubMenuItem:link, .SubMenuItem:hover
{
	text-decoration: none;
	cursor: pointer;
	color: White;
}

tableBGYellow
{
	background-color:Yellow;
	color:Yellow;
}