.tabHeader
{
	background: inherit;
	width: 100%;
}
.tabHeaderMain
{
	background-image: url(gradient_bkg.gif);
	background-repeat: repeat-x;
	height: 37px;
}
.tabThumbMain
{
	font-family: Times;
	font-size: 12pt;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	background: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.tabThumbOver
{
	border: 1px inset #ffffff;
}
.tabThumb 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	background: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.enabledTabThumbMain
{
	font-family: Times;
	font-size: 12pt;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	background: #CC0000;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.tabThumbRemainder
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #666666;
}
.contentTabDivide
{
	height: 29px;
	border-left: 1px solid #6A7A94;
	border-right: 1px solid #6A7A94;
	border-bottom: 1px solid #666666;
	padding: 0px;
	background: #CC0000;
	color: #FFFFFF;
}
.tabDivide
{
	visibility: hidden;
}
.tabContents
{
	visibility: hidden;
}
.subNav
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	padding: 0px 3px 3px 3px;
	cursor: pointer;
	color: #FFFFFF;
}
.subNavOver
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	border: 1px inset #ffffff;
	padding: 0px 2px 2px 2px;
	cursor: pointer;
	color: #FFFFFF;
}
.divider
{
	height: 17px;
	width: 1px;
	border-left: 1px solid #ffffff;
}
body
{
	margin: 0px;
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
a
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	cursor: pointer;
}