div.TabView
{
	width: 498px;
	height:218px;
}

div.TabView div.Tabs
{
	height: 24px;
	font-family: "Trebuchet MS";
	
}

div.TabView div.Tabs a
{
  float: left;
  width:  166px;
  text-align: center;
  font-size: 13px; font-weight: bold; color: 00539B;
  height:      24px;
  line-height: 28px;
  vertical-align: middle;

  background: url(../images/ttxp/tabs.png) no-repeat -2px -1px;

  text-decoration: none;
  
  }

div.TabView div.Tabs a:hover{
  background: url(../images/ttxp/tabs.png) no-repeat -2px -31px;
  
}

div.TabView div.Tabs a.active
{
  background: url(../images/ttxp/tabs.png) no-repeat -2px -31px;
  text-decoration: none;
  color: 00539B;
}

div.TabView div.Pages
{
  clear: both;
  border: 1px solid #847D84;
  overflow: hidden;
}

div.TabView div.Pages div.Page
{
  
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
	overflow: hidden;
	width: 498px;
}

