﻿body 
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #CCCCCC;
  text-align: justify;
  font-weight: normal; 
  font-size: 10pt; 
  font-family: Arial, Helvetica, sans-serif;
  color: #016531;
}

a
{
  color: #016531;
  text-decoration: none;
}

a:hover
{
  color: #016531;
  text-decoration: underline;
}

a:visited
{
  color: #016531;
  text-decoration: none;
}

.spacer 
{
  background-color: #B0B0B0;
  font-size: 6pt;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}

.title 
{
  font-weight: bold; 
  font-size: 12pt; 
  color: #016531; 
  font-family: Arial, Helvetica, sans-serif; 
}

.header 
{
  background-color: #016531;
  background-image: url('../../Images/header_bg.gif');
  background-position: center;
  background-repeat: repeat-x;
  color: White;
  font-size: 24pt;
  font-family: Arial, Helvetica, sans-serif;
}

.header a 
{
  color: White;
  text-decoration: none;
}

.header a:hover
{
  color: White;
  text-decoration: underline;
}

.header a:visited
{
  color: White;
  text-decoration: none;
}

.footer 
{
  background-color: #016531;
  background-image: url('../../Images/bg.gif');
  background-position: center;
  background-repeat: repeat-x;
  vertical-align: middle;
  color: White;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
}

.footer a 
{
  color: White;
  text-decoration: none;
}

.footer a:hover
{
  color: White;
  text-decoration: underline;
}

.footer a:visited
{
  color: White;
  text-decoration: none;
}

.menu 
{
  border-color: #016531;
  border-width: 1px;
  border-style: solid;
}

.menuHeader
{
  background-color: #016531;
  background-image: url('../../Images/bg.gif');
  background-position: center;
  background-repeat: repeat-x;
  vertical-align: middle;
  color: White;
  font-weight: normal;
}

.ddl 
{
  border-color: #016531;
  border-width: thin;
  border-style: solid;
  font-size: small;
  color: #016531;
}