/* CSS Document */

.tabon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666747;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	border-bottom: 0px;
	border-right: 2px solid #ACACAC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tabon a {
	color: #990099;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;

}
.taboff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9966CC;
	text-align: center;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6D9;
	background-color: #CECECE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #555E6C;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 1px;
}

.taboff a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
}
.taboff a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}