﻿body 
{
  margin: 0px;
  font-family: Verdana;
  font-size: 11px;
}
a
{
  color: #151B2D;
}
input
{
  font-family: Verdana;
  font-size: 10px;
}
ul
{
  margin: 0px;
  padding: 0px;
}
li
{
  margin: 0px;
  padding: 0px;
}
.header
{
  font-size: 10px;
}
.footer
{
  color: White;
  font-size: 10px;
}
.button
{
  background-color: #00002E;
  color: White;
  border: solid 1px #ACC1FF;
}
td.menu
{
  color: White;
  font-size: 11px;
  font-weight: bold;
}
td.menu a
{
  color: White;
  text-decoration: none;
}
.boxleft
{
  background: url(../images/box.left.gif) repeat-y center center;
}
.boxcontent
{
  background-color: #EEF3F9;
  padding: 0 10px 0 10px;
}
.boxright
{
  background: url(../images/box.right.gif) repeat-y center center;
}
ul.links
{
  list-style-image: url(../images/arrow.gif);
  margin-left: 18px;
}
ul.links li
{
  border-bottom: solid 1px #CCCCCC;
  padding: 5px 0px 5px 0px;
}
ul.links a
{
  color: black;
  font-weight: bold;
  text-decoration: none;
}
ul.sublinks
{
  margin: 10px 0px 0px 20px;
}
ul.sublinks li
{
  border: none;
}
.title
{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
ul.feed
{
  list-style-type: none;
  margin-left: 0px;
}
ul.feed li
{
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 4px 13px;
  color: #666666;
  border-bottom: solid 1px #CCCCCC;
  padding: 10px 10px 10px 10px;
}
ul.feed a
{
  color: #21567E;
  font-weight: bold;
  text-decoration: none;
}
a.feed
{
  color: #21567E;
  font-weight: bold;
  text-decoration: none;
}
.red
{
  color: Red;
}
.homebox
{
  border: solid 1px #00002E;
  background-color: #EEF3F9;
}
.large
{
  font-size: 12px;
} 
.bold
{
  font-weight: bold;
}
