a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: Black;
}
a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: Black;
}
a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: Black;
}
a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: Black;
}

td.nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: Black;
}
td.nav :link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: Black;
	font-weight : bold;
}
td.nav :active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: Black;
	font-weight : bold;
}
td.nav :visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: Black;
	font-weight : bold;
}
td.nav :hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: underline;
	color: Black;
	font-weight : bold;
}
TD              {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}
BODY            {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}
.subnav {
	background-color:#000000;

	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width:483px;
	height:67px; 
	
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
	
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
	
	
}
.subnav td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
.subnav a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: white;
}
.subnav a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: white;
}
.subnav a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: none;
	color: white;
}
.subnav a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font size: 11px;
	text-decoration: underline;
	color: white;
}