.navbar {
	width: 845px;
	height: 28px;
	background-image: url("images/bluebar.jpg");
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
	vertical-align: middle;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif; 
}
A:link {
	text-decoration: none
}
A:visited {
	text-decoration: none
}
A:active {
	text-decoration: none
}
A:hover {
	text-decoration: underline overline; 
	text-color: red;
}
.menu a:link {
	text-decoration: none; 
	text-align: left;
	font-size: 10pt;
	line-height: 200%;
	color: black;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif; 
	letter-spacing: -0.05em;
}

.menu a:visited {
	text-decoration: none; 
	text-align: left;
	font-size: 10pt;
	line-height: 200%;
	color: black;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif; 
	letter-spacing: -0.05em;
}

.menu A:hover {
	font-weight: bold;
	text-decoration: underline overline; 
	letter-spacing: -0.05em;
}

.featuretop {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif; 
	text-decoration: underline; 
	letter-spacing: -0.05em;
	background-image: url("images/featuretop.jpg");
	height: 42px;
	width: 198px;
	padding: 15px 10px 5px 5px;

}
.featuremiddle {
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif; 
	font-size: 9pt;
	letter-spacing: -0.05em;
	background-image: url("images/featuremiddle.jpg");
	width: 198px;
	padding: 5px 10px 5px 5px;
}
.featurebottom {
	font-weight: bold;
	text-decoration: underline; 
	letter-spacing: -0.05em;
	background-image: url("images/featurebottom.jpg");
	background-repeat: no-repeat;
	height: 14px;
	width: 198px;
}