.navTab {
	width: 80px;
	height: 20px;
	background: url(images/01_linkbg2.gif) top no-repeat;
}	

.navTab a:link, .navTab a:visited{
	color: #D0D0D0;
	text-decoration:none
}
.navTab a:hover, .navTab a:active{
	color: #FFFFFF;
	text-decoration:none
}

.navTabSmall {
	width: 40px;
	height: 20px;
	background: url(images/01_linkbg3.gif) top no-repeat;
}	

.navTabSmall a:link, .navTab a:visited{
	color: #D0D0D0;
	text-decoration:none
}
.navTabSmall a:hover, .navTab a:active{
	color: #FFFFFF;
	text-decoration:none
}

.navTabActive {
	width: 80px;
	height: 20px;
	background: url(images/01_linkbg1.gif) top no-repeat;
}

.navTabActive a:link, .navTabActive a:visited{
	color: #000;
	text-decoration:none
}
.navTabActive a:hover, .navTabActive a:active{
	color: #888;
	text-decoration:none
}

#fontcontrol{
	background: none;
	width: 66px;
	height: 18px;
	position: absolute;
	top: 30px;
	left: 640px;
}
#fontcontrol ul{
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
#fontcontrol li{
	background: none;
}
#fontcontrol i{
	display: block;
	visibility: hidden;
}
.font1 a:link, .font1 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/01_font1.gif) no-repeat;
}
.font2 a:link, .font2 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 22px;
	background: url(images/01_font2.gif) no-repeat;
}
.font3 a:link, .font3 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 44px;
	background: url(images/01_font3.gif) no-repeat;
}
.font1 a:hover, .font1 a:active{
	background-position: 0 -18px;
}
.font2 a:hover, .font2 a:active{
	background-position: 0 -18px;
}
.font3 a:hover, .font3 a:active{
	background-position: 0 -18px;
}