table
{
  height: 100%;
}
html, body
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
a:hover
{
  font-family: verdana, arial, helvetica, sans-serif;
  color: #5b8ecc;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.bullet
{
  list-style-image: url('../images/bullet.jpg');
}
.text
{
  line-height: normal;
  font-style: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #285182;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.title
{
  font-family: verdana, arial, helvetica, sans-serif;
  color: #285182;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
a
{
  font-family: verdana, arial, helvetica, sans-serif;
  color: #285182;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.footer
{
  font-family: verdana, arial, helvetica, sans-serif;
  color: #285182;
  font-size: 10px;
  font-weight: normal;
}
a.footer, a.footer:link, a.footer:visited
{
  font-family: verdana, arial, helvetica, sans-serif;
  color: #285182;
  font-size: 10px;
  font-weight: normal;
}
a.footer:hover
{
  color: #4d84c8;
}
.whitetext
{
  font-family: verdana, arial, helvetica, sans-serif;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
input
{
  width: 14em;
  font-size: 12px;
  padding-left: 0.4em;
  color: #999999;
  border: solid 1px #cccccc;
}
textarea
{
  border: solid 1px #cccccc;
  width: 14em;
  color: #999999;
  padding-left: 0.4em;
}
input:focus
{
  color: #000000;
  border-color: #ff0066;
}
textarea:focus
{
  color: #000000;
  border-color: #ff0066;
}
