﻿body 
{
	height: 100%; 
}

.GVFixedHeader 
{
	position: relative; 
	top: expression(this.parentElement.parentElement.parentElement.parentElement.scrollTop-3);
}

.Normal
{
	font-size: 8pt;
	font-family: Verdana;
	color: #00193A;
}

.NormalReadOnly
{
	font-size: 8pt;
	font-family: Verdana;
	color: #00193A;
	background-color: #E0E0E0;
}

.NormalBold
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: #00193A;
}

.NormalUnderlined
{
	font-size: 8pt;
	font-family: Verdana;
	color: #00193A;
	text-decoration: Underline;
	cursor: help;
}

.NormalSmall
{
	font-size: 8pt;
	font-family: Verdana;
	color: #FFFFFF;
}

.LargeBold
{
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold;
	color: #00193A;
}

.LargerBold
{
	font-size: 16pt;
	font-family: Verdana;
	font-weight: bold;
	color: #00193A;
}

.TopBanner
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	width: 99%;
	color: white;
	background-color: #00193A;
	text-align: right;
}

.SideBanner
{
	height: 100%;
	background-color: #00193A;
}

.IFrameStyle
{
	height: auto;
	width: auto;
}

.Vertical {
	writing-mode: tb-rl;
	filter: flipV flipH;
}

.Button
{
	background-color: #00193A;
	color: white;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
	cursor: pointer;
}

.DateHeader
{
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

.L1Header
{
	font-size: 14pt;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

.L2Header
{
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

.nopad
{
	padding-left: 0px;
	padding-right: 0px;
}

.link
{
	color: #EF4A11;
}

.StaticMenuClass
{
	color: #00193A;
	font-size: 8pt;
	font-family: Verdana;
}