div.TabView div.Tabs
{
  height: 24px;
  overflow: hidden;
   
}

div.TabView div.Tabs a
{
  float: left;
  display: block;
  text-align: center;
  /*background: url(../images/link-button.gif) left 3px no-repeat;*/
  width:94px;
  height:19px;
  padding-top:6px;
  font-size:12px;
  border-bottom-width: 0;
  text-decoration: none;
  /*color: #133A61;*/
  color:#FFFFFF;
  margin-right:3px;
}

div.TabView div.Tabs a:hover
{
 
 color: #fff;


}
div.TabView div.Tabs a.Active
{

position: relative;

top:1px;
	background: url(../images/link-button.gif) left 3px no-repeat;
width:94px;
  height:19px;
  color: #145CA3;
}


div.TabView div.Pages
{
  clear: both;
  /*border: 1px solid #404040;*/
  height:300px;
  overflow: hidden;
  margin:0px;
padding:0px;
background: url(../images/white-bg.jpg) left top no-repeat;
color: #145CA3;

}

div.TabView div.Pages div.Page div.Pad
{
  padding: 3px 5px;
}


/* 2nd tabs's css */


/* 2nd tabs's css */