body { background-image: url(../../images/bkgd.gif); }
td  { color: #7B7D6B; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
p { font-weight: normal: padding-right: 10px;}

#top UL { padding: 10px 0 0 0; margin: 0; }
#top UL LI { list-style-type: none; display: inline; margin-right: 10px; padding-right: 50px; border-bottom: 1px gray solid;}
#top UL LI A { color: #7B7D6B; text-decoration: none; }
#top UL LI A:hover { color: black; }
H1  { color: #a52a2a; font-size: 18px; display: inline }

a.linkopacity {
	color: gray;
	text-decoration: none;
	}
a.linkopacity:hover {
	color: black;
	text-decoration: none;
	}
a.linkopacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	border: 1px black solid;
	margin-right: 5px;
	}
a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}
a.linkopacity:active img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}
#main {
	border: 1px gray solid;
	}

