body
{
  font-family: arial;
}

img
{
  border: 0;
}

img.border
{
  border: 1px solid black;
}

a
{
  color: #3A6BAD;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

td.menu
{
  vertical-align: top;
  padding-top: 6px;
  background-image: url('images/layout_01.gif');
}

td.content
{
  vertical-align: top;
  width: 655px;
  background-image: url('images/layout_02.gif');
  background-repeat: no-repeat;
}

td.right
{
  background-image: url('images/layout_03.gif');
  width: 246px;
  height: 612px;
}


td.logo
{
  padding-left: 6px;
  padding-bottom: 10px;
}

td.menuitem
{
  padding-left: 11px;
  padding-bottom: 17px;
}

td
{
  font-size: 12px;
}

div.content
{
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

input, select, option, textarea
{
  background: transparent;
  border: 1px solid black;
}

