/*
SAM seeking...
Version: 1.0
By: Alexander Shen
For: http://www.samseeking.com
*/

a:link {color: #660000; text-decoration: underline; }
a:active {color: #990000; text-decoration: underline; }
a:visited {color: #990000; text-decoration: underline; }
a:hover {color: #990000; text-decoration: none; }


body
{
  margin:0px 0px 0px 0px;
  font-family:verdana;
  font-size:12px;
  background-color:FFFFFF;
  background: #FFFFFF url(images/bg_tile.gif) repeat-x bottom;
}

table.other
{
  width: 400px;
}

table
{
  
  width: 800px;

}

td.left
{
  vertical-align: top;
  text-align: left;
  width: 450px;
  background-color:#FFFFFF;
  border-right: 2px dotted #0B5D28;
  border-left: 2px dotted #0B5D28;
  border-top: 2px dotted #0B5D28;
  border-bottom: 2px dotted #0B5D28;
  font-family:verdana;
  font-size:12px;
}

td.right
{
  vertical-align: top;
  width: 350px;
  font-family:verdana;
  font-size:12px;
}