div.TabView div.Tabs
{
  height: 24px;
  overflow: hidden;
}

div.TabView div.Tabs a
{
  float: left;
  display: block;
  background: url(images/tabBG.gif) repeat center left;
  background-color: #F1F1F1;
  
  text-align: center;
  height: 24px;
  padding-top: 3px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-bottom-width: 0;
  font-size: 13px;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  color: #6296AE;
}

div.TabView div.Tabs a.Active
{
background: url(images/tabBGhover.gif) repeat center left;
background-color: #D8D8D8;
}

div.TabView div.Tabs a:hover
{
background: url(images/tabBGhover1.gif) repeat center left;
background-color: #D8D8D8;
font-size: 13px;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}

div.TabView div.Pages
{
  clear: both;
  border: 1px solid #cccccc;
  overflow: hidden;
}

div.TabView div.Pages div.Page
{
  height: 100%;
  padding: 0px;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
  padding: 3px 5px;
 
}


.content 
{
 font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #6296AE;
}

 /* content Links */
.content A:link           {FONT-FAMILY:  Verdana, sans-serif; COLOR: #245A73; FONT-SIZE: 12px; TEXT-DECORATION: none; BACKGROUND: none; }
.content A:active         {FONT-FAMILY:  Verdana, sans-serif; COLOR: #245A73; FONT-SIZE: 12px; TEXT-DECORATION: none; BACKGROUND: #000000; }
.content A:visited        {FONT-FAMILY:  Verdana, sans-serif; COLOR: #245A73; FONT-SIZE: 12px; TEXT-DECORATION: none; BACKGROUND: none;  }
.content A:hover          {FONT-FAMILY:  Verdana, sans-serif; COLOR: #245A73; FONT-SIZE: 12px; TEXT-DECORATION: underline; background: none; }


