<style>
  .BlackNoUnderLine  
  {
  	text-decoration : none;
	color: black;
	letter-spacing: 1px;
  }
  
  .BlackNoUnderLine:Hover  
  {
  	text-decoration : underline;
	color: black;
  }		

			.hlinelink	{ text-decoration: none; color: black; }
			.hlinelink:hover { text-decoration: nounderline; color: white;}

			.nounderline {text-decoration: none}
			.nounderline:hover { text-decoration: underline }
			
			.menulink		{ text-decoration: none; color: white; }
			.menulink:hover { text-decoration: none; color: black;}
			
			.whitelink		{ text-decoration: none; color: white; }
			.whitelink:hover { text-decoration: underline; }
	
			form			{ margin: 0px; padding: 0px; }
			
			.bluelink		{ color: blue; text-decoration: underline; }
			.test			{ border: 1px black solid; border-bottom: 3px navy double; }
			.qsearch		{ font-family: verdana,arial; font-size: 9pt; border-width: 1px; border-color:black; width: 150; }
			.search			{ font-family: verdana,arial; font-size: 9pt; width: 300; }
			
			.dhtmlm			{ cursor: hand; }

 .menuselect		{ font-family: verdana,arial; font-size: 8pt; }
</style>
