

body
{
	background-color: #99B0D0;  
	color: #764A1C; 
	font: 10pt Arial;

	overflow: auto;

	SCROLLBAR-HIGHLIGHT-COLOR: snow; 
	SCROLLBAR-FACE-COLOR: #99B0D0;
	SCROLLBAR-SHADOW-COLOR: midnightblue; 

	SCROLLBAR-ARROW-COLOR: snow; 
	SCROLLBAR-TRACK-COLOR: aliceblue; 

	SCROLLBAR-3DLIGHT-COLOR: snow; 
	SCROLLBAR-DARKSHADOW-COLOR: midnightblue;




	SCROLLBAR-HIGHLIGHT-COLOR: snow; 
	SCROLLBAR-FACE-COLOR: lightsteelblue; 
	SCROLLBAR-SHADOW-COLOR: steelblue;

	SCROLLBAR-ARROW-COLOR: indigo; 
	SCROLLBAR-TRACK-COLOR: #c8d4ee; 

	SCROLLBAR-3DLIGHT-COLOR: mediumslateblue; 
	SCROLLBAR-DARKSHADOW-COLOR: indigo;


}

 .srcBox
{
/*	z-index: 0;
	position: absolute;
	left: 5%;
	top: 50px;
*/
	width: 90%;
	margin-left: 5%;
	height: 99%;
	border: 2px inset aliceblue;


	font: normal 10pt monospace;
}
 .popBox
{
	display: block;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
/*	width: 100%;
*/	height: 100%;

	background-color: #99B0D0; 

	font: normal 12pt Arial, sans-serif;
	text-align: center;

	padding-left: 10%;
	padding-right: 10%;

}
 .pop
{
	font: normal 10pt arial, sans-serif;
	color: snow;
	padding-top: 10px;
}
 .hpop
{
	font-size: bold 10pt Arial, sans-serif;
	text-align: center;
	width: 100%;
	color: snow; /* #99B0D0; */
	background-color: #88a0c0; /*steelblue; /* snow; */
	border: 4px double snow;
}

 .hidePopBox
{
	position: absolute;
	left: -1000;
	width: 500px;
	height: 100px;
}

#topButtons TD
{
	padding: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
}
 .hObutton
{
	text-decoration: none;
	font: bold 10pt Arial, sans-serif;
	text-align: center;

	margin: 1px;
	padding: 2px;

	color: lightsteelblue;  
	background: silver url("images/bgbtnf.gif");
	border: 3px outset lightsteelblue;

}
 .hObutton2
{
	text-decoration: none;
	font: bold 10pt Arial, sans-serif;
	text-align: center;

	margin: 1px;
	padding: 2px;

	color: indigo;  
	background: lavender url("images/bgbtnc.gif");
	border: 3px outset aliceblue;

}
 .hhObutton
{
	text-decoration: none;
	font: bold 10pt Arial, sans-serif;
	text-align: center;

	margin: 1px;
	padding: 2px;

	color: snow;  
	background: midnightblue url("images/bgbtndi.gif");
	border: 3px groove lightsteelblue;
}
 .hhObutton2
{
	text-decoration: none;
	font: bold 10pt Arial, sans-serif;
	text-align: center;

	margin: 1px;
	padding: 2px;

	color: snow;  
	background: #8686ba url("images/bgbtnci.gif");
	border: 3px groove lightsteelblue;
}
 .dhObutton
{
	text-decoration: none;
	font: bold 10pt Arial, sans-serif;
	text-align: center;

	margin: 1px;
	padding: 2px;

	color: powderblue;  
	background: steelblue; 
	border: 3px inset lightsteelblue;
}

 .sTbutton
{
	text-decoration: none;
	font: bold 12pt Times New Roman, Times, serif;
	text-align: center;

	padding: 2px;

	color: lightsteelblue;  
	background: silver url("images/bgbtnf.gif");
	border: 3px outset lightsteelblue;

}
 .hsTbutton
{
	text-decoration: none;
	font: bold 12pt Times New Roman, Times, serif;
	text-align: center;

	padding: 2px;

	color: snow;  
	background: steelblue; 
	border: 3px groove lightsteelblue;
}
 .dsTbutton
{
	text-decoration: none;
	font: bold 12pt Times New Roman, Times, serif;
	text-align: center;

	padding: 2px;

	color: powderblue;  
	background: steelblue; 
	border: 3px inset lightsteelblue;
}


