body         { font-family: Verdana; font-size: 10pt }

a:link		{color: #771E79; text-decoration: none; font-weight: bold}
a:hover		{color: #771E79; text-decoration: none; font-weight: bold}
a:active	{color: #771E79; text-decoration: none; font-weight: bold}
a:visited	{color: #771E79; text-decoration: none; font-weight: bold}


.tantable
{
  height: 32px;
  width: 100%;
  border: 1px solid #c4c494;
  background: #f6f6e9 url('images/tile-tan-bg.gif') repeat-x;
  
}

.bluetable
{
  height: 32px;
  width: 100%;
  border: 1px solid #5c9ebf;
  background: #f6f6e9 url('images/tile-blue-bg.gif') repeat-x;
  
}

.lavendartable
{
  height: 32px;
  width: 100%;
  border: 1px solid #938db9;
  background: #f6f6e9 url('images/tile-lav-bg.gif') repeat-x;
  
}

.greentable
{
  height: 32px;
  width: 100%;
  border: 1px solid #89b682;
  background: #f6f6e9 url('images/tile-grn-bg.gif') repeat-x;
  a:active     {  }