/* CSS Document */

a {
	font-family: arial;
	color: white;
	
}

.clsBody
{
	background-color: #485693;
	xbackground-image: url(./nuradeen_files/NuradeenHeader2.jpg);
	xbackground-repeat: no-repeat;
	xbackground-attachment: fixed;
	xbackground-position: left top;
}
.clsMainMenu
{
	position:absolute; 
	top:175; 
	left:10;
	width:125 
	height:100; 
	z-index:0; 
	visibility: visible;
	background-color:#485693;
	border-style: none;
	font-family: arial;
	
}

.clsMenu
{
	position: absolute; 
	width:250;
	z-index: 0; 
	visibility: hidden;
	background-color:#485693; 
	border-width:thin; 
	border-style:groove;
	border-color:#9999FF;
	font-family: arial;

	
	}
	
.clsMenuItem
{
	background-color:#485693; 
	border-width: 1 ; 
	border-style:solid;
	border-color:white;
	font-size: 8pt;
	color: white;
	font-family: arial;
	text-transform: lowercase;
	padding: 5px 5px;
	font-weight: 700 ;
	
}

.clsCell
{
	background-color:#485693; 
	border-width: 1 ; 
	border-style:solid;
	border-color:white;
	font-size: 8pt;
	color: white;
	font-family: arial;
}

.clsAltCell
{
	background-color:#5566AA; 
	border-width: 1 ; 
	border-style:solid;
	border-color:white;
	font-size: 8pt;
	color: white;
	font-family: arial;
}