LI  {
   font-size : 18px; 
   font-family : Arial, Helvetica, sans-serif; 
   color : #000000;
   list-style-image : url(images/bullet.gif);
}

#Layer {
	position: absolute;
	left: 200px;
	top: 100px;
	width: 399px;
	z-index: 90;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
[n.b. this is not valid css, but required if the background color is to show properly in Netscape 4.x]
visibility: visible;
}

TABLE.side {
font-family: verdana, arial, helvetica, sans-serif;
background-color: #333333;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
width: 186px;
}

TABLE.popup {
font-family: verdana, arial, helvetica, sans-serif;
background-color: #333333;
border-left: 1px dashed #666666;
border-right: 1px dashed #666666;
border-bottom: 1px dashed #666666;
border-top: 1px dashed #666666;
width: 340px;
}

TABLE.main {
font-family: verdana, arial, helvetica, sans-serif;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-top: 1px solid #333333;
border-color: #999999;
width: 595px;
}


TD.different {
background-color: #333333;
border-bottom: solid 1px #999999;
}

TD.different2 {
background-color: #333333;
border-bottom: solid 1px #999999;
border-top: 1px solid #999999;
}

.headerlinks A:link {
	COLOR: #CCCCCC;
	text-decoration: underline;
	font-family: Trebuchet MS, Arial;
	font-size:13;
	
}
.headerlinks A:visited {
	COLOR: #999999
text-decoration: none;
}
