/* OBSOLETING: now found in HNB.css */
.homelink			{
	text-decoration: none;
	color: #6666FF;
}
.homelink:hover		{
	text-decoration: underline;
	color: #FFFFFF
}

.highlight			{
	text-decoration: none;
	color: #FFFFFF;
	font: normal 10pt arial;
}
.highlight:hover	{
	text-decoration: underline;
	color: #FFFFFF
	}

.highlightTitle		{
	color: #BD0008;
	font: bold 10pt arial;
}

#buttonSearch		{
	visibility: visible;
}

.link				{
	text-decoration: none;
	color: #3333CC;
}
.link:hover			{
	text-decoration: underline;
	color: #3333CC
}

#blk				{
	text-decoration: none;
	color: #000000;
}
#blk:hover			{
	text-decoration: underline;
	color: #000000;
}

ul {
	list-style-image: url('/img/bullet.gif');
}

.sbttn {
	font-family: tahoma,sans-serif;
	font-size: 11px;
	background: #000000;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #FFFFFF;
	height: 19px;
	text-decoration: none;
	cursor: pointer;
}

