﻿body 
{
  margin: 0px;
  font-family: Verdana;
  font-size: 14px;
  background-image: url('bg.jpg');
  background-position: top left;
  background-repeat: repeat;
}

TD
{
  font-family: Verdana;
  font-size: 14px;
  text-align: left;
}

H1
{
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 24px;
  font-weight: bold;
}

H2
{
    color: #FF7E00;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
}

H3
{
  padding: 0px;
  margin: 0px;
  color: #FF7E00;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
}

H4
{
  color: #CCCCCC;
  font-size: 10px;
  font-weight: normal;
}

P
{
  text-align: justify;
}

A
{
  color: #66CCFF;
}

.panel_logo
{
  text-align: right;
  vertical-align: bottom;
  width: 820px;
  padding-right: 9px;
  height: 100px;
}

.panel_top
{
    text-align: right;
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
    width: 809px;
    height: 257px;
    background-image: url('header.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}
.blackbackground
{
    color: #F0F0F0;
}
.blackbackground H3
{
  padding: 0px;
  margin: 0px;
  color: #FFCC00;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
}
.blackbackground A
{
    color: #33CCFF;
}
.blackbackground P
{
  text-align: justify;
  margin: 0px;
}

.panel_left
{
    vertical-align: top;
    width: 202px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #3D3D3D;
    color: #FFFFFF;
}

.panel_content
{
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  width: 587px;
  max-width: 587px;
  background-color: #FFFFFF;
}
.panel_content A
{
  color: #0000FF;
}

.panel_footer
{
  text-align: right;
  padding-right: 10px;
  padding-top: 30px;
  width: 819px;
  height: 60px;
  background-image: url( 'footer.png' );
  background-position: top left;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 10px;
}

.table_item
{
  background-color: #CEE6FF;
}
.table_item_alt
{
  background-color: #EAF4FF;
}

