body {font-family: Verdana, Tahoma; font-size: 9pt}
td {font-family: Verdana, Tahoma; font-size: 9pt}

A:link { text-decoration: none ;color: blue } /* unvisited link */
A:visited { text-decoration: none ; color: blue } /* visited link */
A:active { text-decoration: none ; color: red } /* active link */
A:hover {text-decoration: none ; color: red }

A.Menu:Link { text-decoration: none ;color: white;font-family: Verdana, Tahoma; font-size: 10pt } /* unvisited link */
A.Menu:visited { text-decoration: none ; color: white;font-family: Verdana, Tahoma; font-size: 10pt } /* visited link */
A.Menu:active { text-decoration: none ; color: gold;font-family: Verdana, Tahoma; font-size: 10pt } /* active link */
A.Menu:hover {text-decoration: none ; color: gold;font-family: Verdana, Tahoma; font-size: 10pt; }

.MENUBARPLAIN{border: #F5EBD6 1px solid; background-color:#F5EBD6; cursor:hand}
.MENUBARHOVER{ border-left: white 1px solid;
		border-top: white 1px solid;
		border-right: black 1px solid;
		border-bottom: black 1px solid;
		background-color:#006600;
		cursor:hand
		   }
.MENUBARCLICK{	border: white 1px inset;
		background-color: #009300;
	   }
