BODY {
  background-image: url('/themes/main/bg.jpg');
  background-color: #333;
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: Tahoma;
  color: #3f3f3f;
  font-size: 8pt;
}
DIV {
  font-family: Tahoma;
  color: #3f3f3f;
  font-size: 8pt;
}
.text {
  padding-left: 10px;
  line-height: 120%;
}
.text IMG {
  padding: 2px;
  margin: 5px;
  margin-right: 8px;
  border: 1px solid #ccc;
}
A IMG {
  border: 0px;
}
.text .nob {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
A {
  color: #2277e0;
}
A:VISITED {
  color: #77b0f6;
}
.heading {
  height: 31px; 
  width: 293px;
  color: white; 
  font-weight: bold; 
  font-size: 11pt; 
  text-align: left;
  vertical-align: bottom;
  padding-left: 7px;
  background-image:url('/themes/main/heading_bg.jpg'); 
  background-repeat: no-repeat;
}
.heading2 {
  height: 31px; 
  width: 293px;
  color: white; 
  font-weight: bold; 
  font-size: 11pt; 
  text-align: left;
  vertical-align: bottom;
  padding-left: 7px;
  background-image:url('/themes/main/heading2_bg.jpg'); 
  background-repeat: no-repeat;
}


