﻿body 
{
  font-family: Tahoma, sans-serif;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.LeftTable
{
  border-style: solid solid solid solid;
  border-width: 1px;
  border-color: #000000;
  border: none;
  border-bottom: 2px solid #666666;
  height: 39px;
  padding-top:10px;
}
.LeftReview
{
  font-family: Tahoma, sans-serif;
  font-size:10pt;
  text-align:center;
}



.LeftTD
{
  width:200px;
  padding-right:30px;
  
}

.LeftTable TH
{
  font-family: Tahoma, sans-serif;
  color:White;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background-image:url(tsr-soft-header-background.png);
}

.MenuTable
{
  border-style: solid solid solid solid;
  border-width: 1px;
  border-color: #000000;
  border: none;
  border-top: 1px solid #666666;
  border-bottom: 2px solid #666666;
  height: 53px;
  background-image:url(tsr-soft-banner-background.png)
}
.MenuTable TD
{
  padding: 0px 15px 0px 15px;
}

.MenuTable A
{
  color:White 
}
.MenuTable A:visited
{
  color:White 
}
.MenuTable A:Hover
{
  color:White 
}

A
{
  color: blue;
  text-decoration: none;
}
A:visited {
  color: blue;
}
A:hover {
  text-decoration: underline;
}
