.TabDown
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #999999;
}
a.TabDown:link
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}
a.TabDown:hover
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #6699cc;
	text-decoration: none;
}
a.TabDown:visited
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}
a.TabDown:visited:hover
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #6699cc;
	text-decoration: none;
}
.TabUp
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #990000;
}
a.TabUp:link
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #355c88;
	text-decoration: none;
}
a.TabUp:hover
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #6699cc;
	text-decoration: none;
}
a.TabUp:visited
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #355c88;
	text-decoration: none;
}
a.TabUp:visited:hover
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #6699cc;
	text-decoration: none;
}
.TabDownLeft
{
	width: 10px;
	height: 25px;
	background-image: url(/Images/Tabs/inactive-left.gif);
}
.TabDownMiddle
{
	padding-top: 4px;
	vertical-align: middle;
	height: 21px;
	background-image: url(/Images/Tabs/inactive-background.gif);
}
.TabDownRight
{
	width: 10px;
	height: 25px;
	background-image: url(/Images/Tabs/inactive-right.gif);
	background-position: top right;
}
.TabUpLeft
{
	width: 10px;
	height: 25px;
	background-image: url(/Images/Tabs/active-left.gif);
	background-repeat: no-repeat;
}
.TabUpMiddle
{
	height: 25px;
	background-image: url(/Images/Tabs/active-background.gif);
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-repeat: repeat-x;
	
}
.TabUpRight
{
	width: 10px;
	height: 25px;
	background-image: url(/Images/Tabs/active-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
table.TabForm2
{
	/*border-collapse: separate;*/
	/*border-bottom: solid 1px #000000;*/
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
table.TabForm
{
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
table.TabForm td.TabHeader
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #CAD3DE;
	border-bottom: solid 0px #999999;
}
td.TabHeader
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	height: 5px;
	background-color: #CAD3DE;
	border-bottom: solid 0px #999999;
	text-align: left;
	vertical-align: middle;
}
table.TabForm td.TabContent
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	padding: 10px;
	background-color: #ffffff;	
}
td.TabContent
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	padding: 10px;
	background-color: #ffffff;	
}
table.TabForm tr.item {
	background-color: #eeeeee;
}

table.TabForm tr.altitem {
	background-color: #dddddd;
}
table.TabFooter
{
	width: 100%;
	border: 0px;
}
table.TabFooter td.BottomLeft
{
	width: 10px;
	height: 15px;
	background-image: url(/Images/Box-Bottom-Left.gif);
}
table.TabFooter td.BottomMiddle
{
	height: 15px;
	background-image: url(/Images/Box-Bottom-Middle.gif);
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;	
}
table.TabFooter td.BottomRight
{
	width: 10px;
	height: 15px;
	background-image: url(/Images/Box-Bottom-Right.gif);
}