.on, .active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 14px;
	font-weight: 700;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #999999;
	float: none;
	background-position: center;
	text-align: center;
	display: table-cell;
	margin: auto;
	border: thin none #999999;
	height: 20px;
	width: 190px;
}

.off {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 14px;
	font-weight: 700;
	font-variant: normal;
	text-transform: lowercase;
	color: #666666;
	background-color: #F0F0F0;
	float: none;
	background-position: center;
	text-align: center;
	display: table-cell;
	margin: auto;
	border: thin none #999999;
	height: 20px;
	width: 190px;
}
.links-table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 14px;
	font-weight: 500;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 10px;
	float: none;
	background-position: center;
	text-align: center;
	display: block;
	width: 750px;
	margin: 10px;
	border: thin none #999999;
	height: 50px;
	clear: both;
	top: -20px;
	position: relative;
}