.Tab{
  background-color : whitesmoke;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : bold;
  text-align : center;
  text-decoration : ;
  color : navy
}

.TabSelected{
  background-color : silver;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : bold;
  text-align : center;
  text-decoration : ;
  color : midnightblue;
}

a.TabLink:link{
  background-color : whitesmoke;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : none;
  text-align : center;
  text-decoration : none;
  color : white;
}

a.TabLink:visited{
  background-color : whitesmoke;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : none;
  text-align : center;
  text-decoration : none;
  color : white;
}

a.TabLink:hover{
  background-color : whitesmoke;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : none;
  text-align : center;
  text-decoration : none;
  color : white;
}

a.TabLink:active{
  background-color : whitesmoke;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : none;
  text-align : center;
  text-decoration : none;
  color : white;
}

a.TabLinkSelected:link{
  background-color : silver;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : none;
  text-align : center;
  text-decoration : none;
  color : white;
}

a.TabLinkSelected:visited{
  background-color : silver;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : none;
  text-align : center;
  text-decoration : none;
  color : white;
}

a.TabLinkSelected:hover{
  background-color : silver;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : none;
  text-align : center;
  text-decoration : none;
  color : white;
}

a.TabLinkSelected:active{
  background-color : silver;
  font-family : "Courier New";
  font-size : 15px;
  font-weight : none;
  text-align : center;
  text-decoration : none;
  color : white;
}


@CHARSET "ISO-8859-1";

/* TA Menu styles */

DIV.taMenu
{
   float            : left;
   width            : 100%;
   background       : #FFFFFF url(../images/taMenuBorder.gif) repeat-x bottom;
}

DIV.taMenu UL
{
   margin           : 0px;
   padding          : 0px;
   list-style       : none;
}

DIV.taMenu LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
}

DIV.taMenu A
{
   float            : left;
   background       : url(../images/taMenuRight.gif) no-repeat right top;
   border-bottom    : 1px solid #84B0C7;

   font-size        : x-small;
   font-weight      : bold;
   text-decoration  : none;
}

DIV.taMenu A:hover
{
   background-position: 100% -150px;
}

DIV.taMenu A:link, DIV.taMenu A:visited,
DIV.taMenu A:active, DIV.taMenu A:hover
{
   color            : #115E94;
   text-decoration  : none;
}

DIV.taMenu SPAN
{
   float            : left;
   display          : block;
   background       : url(../images/taMenuLeft.gif) no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.taMenu SPAN {float : none;}
/* End IE5-Mac hack */

DIV.taMenu A:hover SPAN
{
   background-position: 0% -150px;
}

DIV.taMenu LI#current A
{
   background-position: 100% -150px;
   border-width     : 0px;
}

DIV.taMenu LI#current SPAN
{
   background-position: 0% -150px;
   padding-bottom   : 6px;
}