body {
  background-image: url(../images/bg2.jpg);
  background-color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
}


.intro-bg {
  background-image: url('../images/intro2.jpg');
  background-position: center top;
  background-repeat: repeat-x;
  border-top-width: 1;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-bottom-width: 1;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
 
table, td, p {
  font-family: Tahoma;
  font-size: 10pt;
}

.content_area {
  background-image: url(../images/content_top.jpg);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  font-size: 9pt;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}



a:link {
  color: #ffffff;

}

a:visited {
  text-decoration: none;
  color: #ffffff;

}

a:hover {
  text-decoration: none;
  color: #cccccc;

}


.intro_content {
  color: #ffffff;
  font-size: 12px;
}