Border
{
   border-right: black thin solid;
   border-top: black thin solid;
   border-left: black thin solid;
   border-bottom: black thin solid;
}

TABLE.Params
{
   border-right: none;
   border-top: none;
   border-left: black thin solid;
   border-bottom: black thin solid;
   border-spacing: 0px;
   border-collapse: collapse;
}

TABLE.Params TD
{
   border-right: black thin solid;
   border-top: black thin solid;
   border-left: none;
   border-bottom: none;
   padding: 3px;
}

TD#Content
{
   padding-top: 7px;
   padding-bottom: 7px;
   padding-left: 10px;
   padding-right: 10px;
}

TABLE#Main
{
   border-right: black thin solid;
   border-top: black thin solid;
   border-left: black thin solid;
   border-bottom: black thin solid;
}


