﻿/*
really light gray/green color: dde4e2
lighter gray color: a9bcb7
GreenGray Color: 708f87
Blue Color: 00447f
*/

body 
{
	font-family:Arial;
	font-size:x-small;
	background-color:White;
	color:#00447f;
}


.Freezing  
{  
	position:relative; 
	table-layout:auto; 
	top:expression(this.offsetParent.scrollTop) ;   
	z-index: 10; 
	/*wrap:yes;*/
	background-color:#4b006b;
	color:#c6c2c3;
}
.NoFreezing  
{  
	table-layout:auto; 
	top:expression(this.offsetParent.scrollTop) ;   
	z-index: 10; 
	wrap:yes;
}


/*
Menu0 { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }
Menu1 { color:Navy;font-family:Arial;font-size: larger;text-decoration:none; }
Menu2 { color:Navy;background-color:gray;font-family:Arial;font-size: large; }
Menu {font-size:large; background-color:gray;padding:2px 5px 2px 5px; }
*/



