div.tabBodyWhiteIn
{
	float: left;
	height: 33px;
	width: auto;
	background-color: #FFFFFF;
	margin-top: 16px;
	text-align: center;
}

div.tabBodyWhiteAc
{
	float: left;
	height: 38px;
	width: auto;
	background-color: #FFFFFF;
	margin-top: 11px;
}

div.tabCornWhiteIn
{
	float: left;
	height: 33px;
	width: 71px;
	margin-top: 16px;
}

div.tabCornWhiteAc
{
	float: left;
	height: 38px;
	width: 71px;
	background-image: url(design/images/tabwhiteac.png);
	margin-top: 11px;
}

div.tabBodyBlackIn
{
	float: left;
	height: 33px;
	width: auto;
	background-color: #000000;
	margin-top: 17px;
}

div.tabBodyBlackAc
{
	float: left;
	height: 38px;
	width: auto;
	background-color: #000000;
	margin-top: 12px;
}

div.tabCornBlackIn
{
	float: left;
	height: 33px;
	width: 71px;
	background-image: url(design/images/tabblackin.png);
	margin-top: 17px;
}

div.tabCornBlackAc
{
	float: left;
	height: 38px;
	width: 71px;
	background-image: url(design/images/tabblackac.png);
	margin-top: 12px;
}

span.tabTextW
{
	position: relative;
	top: 8px;
	left: 10px;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

span.tabTextW A:link { color: #000000; }
span.tabTextW A:visited { color: #000000; }
span.tabTextW A:active { color: #000000; }

span.tabTextB
{
	position: relative;
	top: 8px;
	left: 10px;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF
}

span.tabTextB A:link { color: #FFFFFF; }
span.tabTextB A:visited { color: #FFFFFF; }
span.tabTextB A:active { color: #FFFFFF; }
