html,body
{
  margin: 0px;
  font-family: Verdana, sans-serif;
  font-size: 12pt;
}
table
{
  border-collapse: collapse;
}
td
{
  padding: 0px;
}
a:link, a:active, a:visited
{
  color: #2b2157;
}
a:hover
{
  color: #000000;
}
#header
{
  background-image: url('../include/header.jpg');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 750px;
  height: 118px;
}
#menu
{
  background-image: url('../include/menu.jpg');
  background-repeat: no-repeat;
  width: 251px;
  height: 423px;
  padding: 100px 20px 0px 10px;
  vertical-align: top;
  font-size: 1em;
  font-weight: bold;
  line-height: 20px;
}
#menu a:link, #menu a:active, #menu a:visited, #menu a:hover
{
  text-decoration: none;
}
#content
{
  vertical-align: top;
  font-size: 0.8em;
  color: #111122;
  width: 469px;
}
#content #title
{
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
#content .subtitle
{
  font-weight: bold;
}
#title
{
  margin-bottom: 6px;
  font-size: 14pt;
  font-weight: bold;
}
.subtitle
{
  margin-bottom: 2px;
  font-weight: bold;
}
.note
{
  font-style: italic;
}
.indent
{
  margin-left: 30px;
}
#footer
{
  font-size: 0.7em;
  font-style: italic;
  padding: 5px;
}
#password
{
  font-size: 0.8em;
}

