
body {
	font-family: Tahoma;
	font-size: 12px;
	margin:0;
	margin-bottom:inherit;
	margin-left:inherit;
	margin-right:inherit;
	margin-top:inherit;
	color: #666666;
}

.link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	margin: 3px;
	padding: 2px;
	height: auto;
	width: auto;
	background-color: #39C2D1;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
.active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	margin: 3px;
	padding: 2px;
	height: auto;
	width: auto;
	background-color: #39C2D1;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

.active-yellow {
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	margin: 3px;
	padding: 2px;
	height: auto;
	width: auto;
	background-color:#FFFF99;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

.sub {
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	margin: 3px;
	padding: 2px;
	height: auto;
	width: auto;
	background-color:#999999;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}


a {
	font-family: Tahoma;
	font-size: 10px;
	color: #39C2D1;
	text-decoration: none;
}
