
.menu {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	padding: 3;
	padding-bottom: 5;
	border: ridge;
	border-width: 3;
	color: "#ffff33";
	background-color: #3366ff;
	text-decoration: none;
	margin-bottom:4;
	height:12;
	cursor: hand;
	filter : "progid:DXImageTransform.Microsoft.Wave(freq=0,LightStrength=30,Phase=100,Strength=0)";	
}

.menuHilite {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	padding: 3;
	padding-bottom: 5;
	border: ridge;
	border-width: 3;
	color: #990066;
	background-color: #00ffff;
	text-decoration: none;
	margin-bottom:4;
	height:12;
	cursor: hand;
	filter : "progid:DXImageTransform.Microsoft.Wave(freq=0,LightStrength=30,Phase=100,Strength=0)";	
}

.hdrMsg {
	font-family: 'Comic Sans MS', Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	background-color: blue;
	text-decoration: none;
	text-align: center;
}

.goButton {
	cursor: normal;
	filter : "progid:DXImageTransform.Microsoft.Glow(color=#0000ff,strength=5)";
}

.goButtonOver {
	cursor: hand;
	filter : "progid:DXImageTransform.Microsoft.Glow(color=#ff33ff,strength=5)"; 
}

.hdrAdStyle {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff99ff;
	background-color: blue;
	text-decoration: none;
	text-align: center;
	filter: "progid:DXImageTransform.Microsoft.dropShadow( Color=999999,offX=1,offY=1,positive=true)"; 	
}


.ital {
  font-style: italic;
}

.banner {

	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	padding: 3;
	border: ridge;
	border-width: 3;
	color: "#00ffff";
	background-color: #336699;
	text-decoration: none;
	margin-bottom:4;
	height:12;
	cursor: hand;	
}

