td.navbuttonhilite {
  	CURSOR=hand;
	background-image: url(icon_bg.gif);
	FILTER: alpha(opacity=100);
}

td.navbuttonnorm {
  	CURSOR=hand;
	background-image: url(icon_bg.gif);
	FILTER: alpha(opacity=65);
}

.navbuttonnorm {
  	CURSOR=hand;
	background-image: url(icon_bg.gif);
	FILTER: alpha(opacity=65);
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.bodyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.bodyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C4C3C3;
	text-decoration: none;
}

.creditGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.creditGrey a:hover { text-decoration: underline; color: #CCCCCC; }
