table.maintable
{
  width: 1024px;
  background: #BDFD9D url("images/background.jpg") no-repeat top left;
}


p
  {
    color: black;
    font-size: 12pt;
    font-family: Times New Roman, sans-serif;
    font-weight: normal;
    text-align: left;
  }

p.table-head
  {
    color: black;
    font-size: 18;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
  }

p.caption
  {
    color: black;
    font-size: 16;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    padding: 0;
    border: 0;
    margin: 4;
  }

p.page-heading
  {
    color: #2020FF;
    font-family: times;
    font-size: 48;
    text-align: center;
  }

a
 {
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    color: blue;
 }

a:hover
 {
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    color: white;
 }

h2
  { font-family: Helvetica, sans-serif;
    text-decoration: none;
    font-size: 18;
    color: black;
    padding: 4;
  }

div.image
  {
    float: right;
    color: gray;
    border-style: solid;
    border-width: 1;
    padding: 6;
    margin: 6;
  }

table.info
  {
    margin: 0;
    padding: 0;

    border-top-width: 2;
    border-bottom-width: 2;
    border-color: black;
    border-style: solid none solid none

  }

th.info
  {
    border-width: 0;
    border-bottom-width: 2;
    border-style: none none solid none; 


    color: black;
    font-size: 18;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    
  }

td.info
  {
    border-width: 0;
  }

hr.menu
  {
    border:0;
    margin:0;
    padding:0;
    spacing:0;
    outline-width:0;
    height:0;
    color:red;
    background-color:blue;
    width:100%;
    noshade:true;
  }

div.menu
  {
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    height: 50px;
  }

div.menuColour
{
  /* for IE */
  filter:alpha(opacity=50)!important;
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5!important;
}

a.menu
{
  font-family: Helvetica, sans-serif;
  text-decoration: none;
  color: black;
}

a.menu:hover
{
  font-family: Helvetica, sans-serif;
  text-decoration: none;
  color: white;
}

span.menu
{
  font-family: Helvetica, sans-serif;
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 12pt;
}

div.menuText 
{
  text-align: center;
  position: relative;
  top: -50px;
  height: 50px;
  background-color: transparent;
  padding-top: 14px;
}
