body
{
	background-color: rgb(244,247,249);
	font-family: Verdana;
	font-size: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
table
{
	font-family: Verdana;
	font-size: 10px;
	color: rgb(0,23,90);
}
input, select, option, td
{
	font-family: Verdana;
	font-size: 10px
}
.Title
{
	font-size: medium;
	font-weight: bold;
	font-size: 14px;
}
tr.SubHidden
{
	display: none;
}
td
{
	vertical-align: middle;
}
td.Heading
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: White;
}
td.superHeader
{
	font-weight: bold;
	color: rgb(0,23,90);
	cursor: default;
}
td.sectionHeader
{
	DISPLAY: block;
	FONT-WEIGHT:bold;
	FONT-SIZE: 12px;
	COLOR:rgb(200, 45, 70);
	CURSOR: default;
}
td.underline
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(0,23,90);
	font-weight: bold;
	color: rgb(0,23,90);
	cursor: default;
}
div.BlackBox
{
	border: solid 1px rgb(0,23,90); 
	background-color: White;
	padding: 5px 5px 5px 5px;	
}

.Menu
{
	COLOR: RGB(0,23,90);
	CURSOR: default;
}
.MenuHover
{
	COLOR: RGB(218,91,5);
	CURSOR: hand;
}
DIV.Popup
{
	POSITION: absolute;
	Z-INDEX: 2;
	BORDER:1px solid RGB(0,23,90);
	OVERFLOW: auto;
	BACKGROUND-COLOR: RGB(205,213,221);
	COLOR:RGB(0,23,90);
}
IFRAME.Popup
{
	display: none;
	POSITION: absolute;
	Z-INDEX: 2;
	BORDER: none;
	OVERFLOW: auto;
	BACKGROUND-COLOR: RGB(205,213,221);
	COLOR:RGB(0,23,90);
}
IFRAME.View
{
	POSITION: absolute;
	TOP: 4px;
	HEIGHT: expression(parentElement.clientHeight - 8);
	WIDTH: expression(parentElement.clientWidth - 8);
	LEFT: 4px;
}
IFRAME.Loading
{
	POSITION: absolute; 
	HEIGHT: 100; 
	WIDTH: 200; 
	LEFT: expression(document.body.clientWidth/2 - 100);
	TOP: expression(document.body.clientHeight/2 - 50);
	Z-INDEX: 200; 
}
IFRAME.Page
{
	POSITION: absolute; 
	HEIGHT: expression(parentElement.offsetHeight); 
	WIDTH: expression(parentElement.offsetWidth); 
	LEFT: expression(parentElement.offsetLeft);  
	DISPLAY: block;
}
.Disabled
{
	COLOR: Gray;
}
.DisabledHover
{
	COLOR: Gray;
	CURSOR: hand;
	TEXT-DECORATION: underline;
}
