
body
{
  background-color: rgb(255,255,153);
  padding: 0px;
  margin: 0px;
}

table , td
{
  border-collapse: collapse;
  border: 0px solid rgb(0,0,0);
  padding: 0px;
  margin: 0px;
}

img
{
  border: 0px;	
}

a , a:link , a:visited , a:focus , a:hover , a:active
{
  color: rgb(0,0,0);
}

table.frm
{
  width: 900px;
}
td.frmLogoLeft
{
  width: 225px;
  height: 158px;
  background-color: rgb(0,0,181);
  text-align: center;
}
td.frmLogoRight
{
  width: 675px;
  height: 158px;
  background-color: rgb(0,0,181);
  text-align: center;
}
td.frmMenu
{
  width: 225px;
  height: 400px;
  background-color: rgb(0,0,181);
  text-align: left;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
}
td.frmContent
{
  width: 675px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  text-align: left;
  vertical-align: top;
}
td.frmSpacer
{
  width: 225px;
  background-color: rgb(0,0,181);
}
td.frmTopper
{
  width: 675px;
  text-align: center;
  vertical-align: top;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
a.top
{
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: rgb(0,0,0);
  text-decoration: none;
}

table.menu
{
  width: 225px;
  /*background-color: rgb(255,255,153);*/
  margin: 2px;
  margin-left: 20px;
}
td.menu
{
  padding: 2px;
}
a.menu , a.menu:link , a.menu:visited , a.menu:focus , a.menu:hover , a.menu:active
{
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  color: rgb(255,255,153);
  text-decoration: none;
}
td.menuSub
{
  padding: 2px;
  padding-left: 10px;
}
a.menuSub , a.menuSub:link , a.menuSub:visited , a.menuSub:focus , a.menuSub:hover , a.menuSub:active
{
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: rgb(255,255,153);
  text-decoration: none;
}
table.menuHl
{
  width: 225px;
  /*background-color: rgb(255,255,153);*/
  margin: 2px;
  margin-left: 20px;
}
td.menuHl
{
  padding: 2px;
  /*border-bottom: 1px solid rgb(0,0,181);*/
}
a.menuHl , a.menuHl:link , a.menuHl:visited , a.menuHl:focus , a.menuHl:hover , a.menuHl:active
{
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  color: rgb(144,160,255);
  text-decoration: none;
}
td.menuSubHl
{
  padding: 2px;
  padding-left: 10px;
}
a.menuSubHl , a.menuSubHl:link , a.menuSubHl:visited , a.menuSubHl:focus , a.menuSubHl:hover , a.menuSubHl:active
{
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: rgb(144,160,255);
  text-decoration: none;
}

