div.underbar {
	width: 100%;
	text-align: right;
	position: relative;
	top: -15px;
	left: 10px;
}

td.underbarfirst {
	background-image: url("../images/curve.gif");
	background-color: #fa5;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:8px;
	text-align: center;
}

td.underbar {
	text-align: center;
	background-color: #fa5;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #fd8;
}

a.underbar,a.underbar:visited,a.underbar:active {
	color: black;
}

a.underbar:hover {
	color: #e00;
}

