
td.toolbarMiddle
{
  width : 100%;
  background-image : url("middle.jpg");
  background-repeat : repeat-x;
  border : 0px;
  margin : 0px;
  padding : 0px;
}

img.toolbarImg
{
   border : 0px;
}

table.toolbar
{
  width : "100%";
  border-collapse : collapse;
}

tr.toolbar
{
  width : 100%;
}

td.toolbar
{
  border : 0px;
  margin : 0px;
  padding : 0px;
}

a.toolbarBtn:link
{
  text-decoration : none;
}

a.toolbarBtn:visited
{
  text-decoration : none;
}

a.toolbarBtn:hover
{
  text-decoration : none;
}


table.maincontent
{
  width : 100%;
}

tr.maincontent
{
  width : 100%;
}

td.maincontent
{
  width : 100%;
}

table.copyright
{
  width : 100%;
}

tr.copyright
{
  width : 100%;
}

td.copyright
{
  text-align : center;
  height : 100%;
  width : 100%;
  font-size : 12px;
  font-weight : bold;
}

a.tabbtn:link
{
  width : 100%;
  height : 100%;
  color : white;
  background : black;
  text-decoration : none;
  text-align : center;
}

a.tabbtn:visited
{
  width : 100%;
  height : 100%;
  color : white;
  background : black;
  text-decoration : none;
  text-align : center;
}

a.tabbtn:hover
{
  color : white;
  background : #444444;
  width : 100%;
  height : 100%;
  text-align : center;
}

