body
{
  margin: 0px;
  background-color: #dae7f2;
  background-image: url(background.png); 
  background-repeat: repeat-x;
}
table{
	border-collapse: separate;
}
body, p, li, td
{
  font-family: Calibri, Lucida Sans, Arial, Geneva, sans-serif;
  font-size: 11pt;
}

span.smallText
{
  font-size: 9pt;
}

h1, h2, h3, h4
{
  font-family: Cambria, Lucida Bright, Garamond, Century Schoolbook, Times New Roman, Times, serif;
  font-weight: normal;
}

h1
{
  font-size: 200%;
}

h2
{
  font-size: 150%;
}

h3
{
  font-size: 125%;
}

h4
{
  font-size: 110%;
}

p.error
{
  text-align: center;
  font-weight: bold;
  background-color: #ffcccc;
  border: 1px solid #ff0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

li
{
  margin-bottom: 6px;
}

a
{
  color: #3670b3;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

td.sidebarHeader
{
  background-color: #ffdf99;
}

td.sidebarBody
{
  background-color: #ffffcc;
}

td.FeatureNav a
{
  font-family: Candara, Lucida Sans, sans-serif;
  font-size: 11pt;
  color: #666666;
  text-decoration: none;
  margin-left: 15px;
}

a.MainNav
{
  font-family: Candara, Lucida Sans, sans-serif;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.MainNav:hover
{
  color: #002b5c;
  text-decoration: underline;
}

a.sidebar
{
  color: #002b5c;
  text-decoration: none;
}

a.sidebar:hover
{
  color: #002b5c;
  text-decoration: underline;
}

a.sidebar2
{
  font-size: 9pt;
  text-decoration: none;
}

a.sidebar2:hover
{
  color: #002b5c;
  text-decoration: underline;
}


input, select, textarea
{
  font-family: Calibri, Lucida Sans, Arial, Geneva, sans-serif;
  font-size: 10pt;
}

td.header
{
  background-color: #0055a4;
  padding: 5px;
  font-size: 105%;
  color: #ffffff;
}

td.body
{
  background-color: #dae7f2;
  padding-right: 5px;
  padding-left: 5px;
}

.menu td{
  padding: 1px;
  margin: 4px;
	
}