#supplement {
	width: 250px;
}

#supplement table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}

#supplement td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
}

#supplement th {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #C2C2C2;
	font-weight: normal;
}

#supplement th.must {
	border-left-color: #D90000;
}

#supplement th em {
	font-style: normal;
	color: #FF0000;
}

#supplement td em {
	font-style: normal;
	color: #FF0000;
}

#supplement a {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#supplement a:hover {
	color: #EC8602;
	background: #FFFFFF;
}


