
.left
{
	background-image: url(../images/tab/tab_left.gif);
	width: 5px;
	background-repeat: no-repeat;
	height: 25px;
}
.center
{
	font-weight: bolder;
	font-size: 8pt;
	background-image: url(../images/tab/tab_center.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	color:#FFFCC9;
	height: 25px;
	background-color: white;
	text-align: center;
	
}
.right{
	height:25px;
	width:10px;
	background: url("../images/tab/tab_right.gif");
	background-repeat: repeat-x;
}
.normal
{
	font-size: 8pt;
	background-image: url(../images/tab/tab_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	
	height: 25px;
	text-align: center;
}
.sep
{
	background-image: url(../images/tab/tab_separator.gif);
	width: 5px;
	height: 25px;
}
