body	{	font-family: sans-serif;
			background-color:#bbcc99; 
			text-decoration: None; 
			margin-top:0;
			color: Black;
			margin-left:4;
			font-size:10;
		}
A:link    { color: black; 
				font:arial; 
			/* 	font-size:10; 10 1/18/2003 */
				text-decoration: None; }
A:visited { color: black;
				font:arial; 
			/* 		font-size:10; 10 1/18/2003 */
				text-decoration: None; }
A:hover   { color: blue; 
				font:arial; 
			/* 		font-size:10; 10 1/18/2003 */
				background-color:#ffffcc;
				font-weight: bold; }
A:active  { color: red }

.MenuA  {
 			background-color:#cccc99;
			font-weight: bold;
        }

.MenuA:hover {
			color: blue;
			background-color:#ffffcc;
        }

Table.ns {
			background-color:#cccc99;
			text-align:center;
			font:arial; 
			border-style:none;
			border-spacing:0;
			border-collapse:collapse;
			empty-cells:show;
			padding:0; 
			border:0;
			overflow:hidden;
			table-layout:auto;
			font-size:10;
		}
/*		Concerning border-collapse:collapse;
Add  cellspacing="0" cellpadding="0" to Table Spec ANYWAY for Netscape, IE 4.0 */
td.ns {	width:110; 
			border-style:solid;
			border-color:Black;
			border-top-width:1;
			border-right-width:1;
			border-left-width:3;
			border-bottom-width:3;
			text-decoration:None; 
			color:black;
			font-size:14; /* 10 1/18/2003 */
			font-weight:normal;
	}
/*    Concerning background-color:#cccc99;
Add   bgcolor="#cccc99" for NETSCAPE'S benefit  */
/* Concerning width:100;
   Add width="100" to TD spec ANYWAY for Netscape :(  */
td.spc {	Width:10; 
			background-color:#008080;
			border-style:none;
			border-color:Black;
			border-width:0;
			text-decoration:None; 
			color:black;
			font-weight:normal;
	}
/*    Concerning background-color:#008080;
Add   bgcolor="#008080" for NETSCAPE'S benefit  */
td.nsend {
			background-color:#bbcc99; 
			text-align:center;
			border-style:solid;
			border-width:0;
			border-color:#bbcc99;
			border-top-width:0;
			border-right-width:0;
			border-left-width:0;
			border-bottom-width:0;
			text-decoration:None; 
			vertical-align:center;
	}
td.nsbot {
			background-color:#cccc99; 
			border-style:solid;
			border-color:#cccc99;
			border-width:0;
			border-top-width:0;
			border-right-width:0;
			border-left-width:0;
			border-bottom-width:0;
			text-decoration:None; 
			text-align:center;
			font-weight:bold;
			vertical-align:top;
			font-size:14;
	}
td.nssubmnu {
			background-color:#cccc99; 
			border-style:solid;
			border-color:#cccc99;
			border-width:0;
			border-top-width:0;
			border-right-width:0;
			border-left-width:0;
			border-bottom-width:0;
			text-decoration:None; 
			text-align:left;
			vertical-align:top;
			font-size:10;
	}
td.none {border-style: none;
			}
#start { position:absolute; left:4; top:1; 
			font-size:10;
			font-family: sans-serif;
}
#startsub { position:absolute; left:4; top:0; }
option {	border-style:solid;
			background-color:#cccc99;
			text-decoration:None; 
			color:black;
			font-size:12;
			font-weight:normal;
	}
option.odd {	border-style:solid;
			background-color:#bbcc99;
			text-decoration:None; 
			color:black;
			font-size:14;
			font-weight:normal;
optgroup {	border-style:solid;
			text-decoration:None; 
			color:black;
			font-size:12;
			font-weight:normal;
	}



