
body
{
  margin: 0px 0px 0px 0px;
  background-color: white;
  font-family: arial;
}

a.menu
{
  text-decoration: none;
  color: inherit;
}

a:visited.menu
{
  text-decoration: none;
}

a:hover.menu
{
  color: inherit;
}

table.fulltable
{
  width: 100%;
  height: 100%;
  border-style: none;
}

td.fulltable
{
  text-align: center;
}

table.maintable
{
  width: 805;
  height: 500px;
  border-style: none;
  background-color: #E6DFFF;
  margin: auto auto auto auto;
}

td.header
{
  height: 95px;
  background-image: url(./pic/header.gif);
}

td.leftsplit
{
  padding: 0px;
  width: 104px;
  height: 100%;
}

td.rightsplit
{
  padding: 0px;
  width: 74px;
  height: 100%;
}

table.split
{
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

td.leftmiddle
{
  width: 104px;
  background-image: url(./pic/leftmiddle.gif);
  background-position: left top;
  background-repeat: repeat-y;
  vertical-align: top;
}

td.leftbottom
{
  width: 104px;
  height: 87px;
  background-image: url(./pic/leftbottom.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

td.centermain
{
  vertical-align: top;
  padding-left: 4px;
}

td.rightmiddle
{
  width: 74px;
  background-image: url(./pic/rightmiddle.gif);
  background-position: right top;
  background-repeat: repeat-y;
}

td.rightbottom
{
  width: 74px;
  height: 87px;
  background-image: url(./pic/rightbottom.gif);
  background-position: right top;
  background-repeat: no-repeat;
}

td.leftunder
{
  height: 26px;
  background-image: url(./pic/leftunder.gif);
  background-position: right top;
  background-repeat: no-repeat;
}

td.centerunder
{
  height: 26px;
  background-image: url(./pic/centerunder.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
}

td.rightunder
{
  height: 26px;
  background-image: url(./pic/rightunder.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

table.leftmenu
{
  margin: 30px 0px 0px 11px;
  border-style: none;
  border-collapse: collapse;
}

td.leftmenuitem
{
  width: 87px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding-left: 4px;
  background-color: #B2AEFD;
}

td.leftmenuitem_hover
{
  width: 87px;
  color: blue;
  font-size: 12px;
  font-weight: bold;
  padding-left: 4px;
  background-color: #B2AEFD;
}

td.leftmenuspacer
{
  padding: 0px;
  height: 5px;
}

td
{
  font-size: 12px;
}

div.scroll
{
  width: 100%;
}

h1
{
  font-size: 16px;
}

h2
{
  font-size: 14px;
}

h3
{
  font-size: 12px;
}

input, textarea, select
{
  border-color: blue;
  border-width: 1px;
  border-style: solid;
}

input.radio
{
  border-width: 0px;
}

input#sendsubmit
{
  border-style: none;
  border-width: 0px;
  width: 100;
  color: white;
  background-color: blue;
}

table.dictionary
{
  height: 100%;
  background-color: #E6DFFF;
}

td.dictionary
{
  padding: 10px;
  vertical-align: top;
}

.dictionary_word
{
  cursor: help;
  font-family: Arial, Helvetica, sans-serif;
}

