.linkbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 15px;
	width: 80px;
	cursor: hand;
	font-size: 12px;
	text-align: center;
	vertical-align: baseline;
	background-color: #B3BE87;
	text-decoration: none;
	filter: Invert;
}
a:link.nav, a:visited.nav, a:active.nav
{ 
color: #26a 
} 
a:hover.nav
{ 
color: #fb0 
}

a:link.top span, a:visited.top span, a:active.top span 
{ 
text-decoration: none; 
color: #555; 
font-weight: bold; 
padding:1px; 
border: 1px #555 solid 
}

a:hover.nav span 
{ 
text-decoration: none; 
color: #26a; 
font-weight: bold; 
padding: 1px; 
border: 1px #26a solid 
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.linkboxNOLINK {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 15px;
	width: 80px;
	cursor: hand;
	font-size: 12px;
	text-align: center;
	vertical-align: baseline;
	background-color: #333300;
	text-decoration: none;
	filter: Invert;
	font-weight: bold;
	border-bottom-width: thick;
	border-bottom-color: #330000;
	bottom: -2px;
	background-position: 20px;
}
