BODY {
	color: white; 
	background-color: black;
	font-family: Arial, Sans-Serif;
}

TABLE.menuBar { position: absolute; top: 3px; left: 5px; height: 15px }

TD.menu               { 
	padding-left: 2; 
	padding-right: 2; 
	background-color: black; 
	font-weight: bold; 
	color: #CCCCCC; 
	font-size: 10pt;
	text-align: left;
}

TD.menuHighlight {  
	padding-left: 2; 
	padding-right: 2; 
	background-color: #CCCCCC; 
	font-weight: bold; 
	font-size: 10pt; 
	text-align: left;
}

TD.menu A { text-decoration: none; }
TD.menuHighlight A { text-decoration: none; color: black ! important;  }

/* proper order for the anchor psuedo styles: link,visted,hover,active */
A:link    { color: #CCCCCC }
A:visited { color:  #CCCCCC }
A:active  { color: #999999 }
A:hover { text-decoration: underline; background-color: #CCCCCC; color: #000000; }


/* Menu related stuff.... */
#MainTable A:hover {
   color: black;
   text-decoration: none;
}

.picDate {
    font-size: 8pt;
}

all.clsMenuItemNS, .clsMenuItemIE {
    text-decoration: none;
    font: bold 12px Verdana;
    color: white;
    cursor: hand;
    z-index:100
}

.indexPage A    { color: #000000 }
.indexPage A:link    { color: #000000 }
.indexPage A:visited { color:  #000000 }
.indexPage A:active  { color: #000000 }
.indexPage A:hover { background-color: #CCCCCC; color: #CCCCCC; }

