.tabHighlight
{
	background-color: #FFFFFF;
}

.tabLowlight
{
	background-color: #999999;
}

.tabShadow
{
	background-color: #000000;
}

.tabTextOff /* The font style in this class must match tabFaceOff */
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}

.tabTextOn /* The font style in this class must match tabFaceOn */
{
	color: #000000;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}

.tabFaceOff /* The font style in this class must match tabTextOff */
{
	background-color: #326598;
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}

.tabFaceOn /* The font style in this class must match tabTextOn */
{
	background-color: #FFCC33;
	color: #000000;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}

.tabSubNav /* The font style in this class must match tabTextOn */
{
	color: #000000;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}