body {
    text-align: center;
    font-size: 12px;
    color: white;
    font-family: Verdana, Arial;
    background: black;
    background-repeat:repeat;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
  }

#container_black {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  background: black;
  } 

#container_white {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  border-style: double;
  border-color: silver;
  border-width: 5px;
  background: white;
  } 

td
{
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial
}

.menuitem a 
{
 width: 100%; 
 display: block; 
 text-align: center;
}

.menuitemdynamic a 
{
 width: 100%; 
 display: block; 
 text-align: left;
}

.links_body {color: navy; font-family: verdana,arial; font-weight: bold; font-size: 9pt; text-decoration: underline;}
.links_body:hover {color: gray; font-family: verdana,arial; font-weight: bold; font-size: 9pt; text-decoration: underline;}

.links_body_home {color: white; font-family: verdana,arial; font-weight: bold; font-size: 9pt; text-decoration: underline;}
.links_body_home:hover {color: #FCC420; font-family: verdana,arial; font-weight: bold; font-size: 9pt; text-decoration: underline;}

.links_footer {color: #FCC420; font-family: verdana,arial; font-weight: bold; font-size: 8pt; text-decoration: underline;}
.links_footer:hover {color: white; font-family: verdana,arial; font-weight: bold; font-size: 8pt; text-decoration: underline;}

.title1
{
    font-size: 28px;
    color: black;
    font-family: Copperplate Gothic Bold;
}

.title2
{
    font-size: 22px;
    color: black;
    font-family: Copperplate Gothic Light;
}

.IE8Fix
{
    z-index: 100;
}
