﻿body 
{
	color:Black;
	background-color:White;
	font-family:Arial;
	font-size: 12px;
}
A:link
{
	color:Black;
}
A:visited
{
	color:Black;
}
A.Red:link
{
	color:Red;
}
A.Red:visited
{
	color:Red;
}
.tableMenu
{
	width:100%;
	background-color:#5D9E9B;
	table-layout:fixed;
}
.trDarkBar
{
	background-color: #5D9E9B;
	height:20px;
}
.trLightBar
{ 
	background-color: #C8DBBF;
	font-size: 12px;
	height:20px;
	vertical-align:middle;
}
.trHeader
{ 
	color: Black; 
	background-color: #C8DBBF;
	font-family:Arial;
	font-size:12px;
}
.trGainsboro
{ 
	background-color: #DCDCDC;
	font-size:12px;
}
.trWhite
{ 
	background-color: White;
	font-size:12px;
}
.trSmallWhite
{ 
	background-color: White;
	font-size:10px;
}
.trWhiteRed
{ 
	color:Red; 
	background-color:White;
	font-size:12px;
}
.trGainsboroRed
{ 
	color:Red; 
	background-color:#DCDCDC;
	font-size:12px;
}
.tdWhite
{ 
	background-color: White;
	font-size:12px;
}
#ctl00_divLeftMenu
{
	height: 20px;
	overflow: hidden;
	text-align: left;
}
#ctl00_divRightMenu
{
	height: 20px;
	overflow: hidden;
	text-align: right;
}
#ctl00_divAsOf
{
	height: 15px;
	overflow: hidden;
	text-align: right;
}