/* ------------------------------------------------------------------------------ */
/* Defaults. */
/* ------------------------------------------------------------------------------ */

html, body {
  color: #555;
  background: #D7F5D7;
  background-image: url('images/design/bg-strip.jpg');
  margin: 0px;
  font-family: verdana,arial,sans-serif;
  font-size: 8pt;
}

a:link {
  color: #006600;
  background-color: transparent;
}

a:visited {
  color: #006600;
  background-color: transparent;
}

a:hover {
  color: #555;
  background-color: transparent;
  text-decoration: none;
} 

img { 
  border: 0px;
}

img.a:link { /* Firefox */ 
  text-decoration: none;
}



h1 {  /* Page Title */
  font-size: 10pt;
  font-weight: bold;
  margin: 10px 0 10px;
  padding: 0px 4px 4px 0px;
  color: #900;
  text-align: center;
  }



/* ------------------------------------------------------------------------------ */
/* Layout */
/* ------------------------------------------------------------------------------ */

.p {
  text-align: center;
  }

.p table {  /* Mozilla hack to centre table */
  margin-left: auto; 
  margin-right: auto; 
  text-align: left;
  }
  
.c {
  text-align: left;
  vertical-align: top;
  width: 780px;
  background-image: url('images/design/bg-full.jpg');
  }
  
.f {
  font-size: 7pt;
  text-align: center;
  margin: 4px;
  }
  
  
.ctl {
  vertical-align: top;
  height: 188px;
  width: 240px;
  }

.ctr {
  vertical-align: top;
  height: 188px;
  width: 540px;
  text-align: left;
  font-weight: bold;
  font-size: 11pt;
  color: white;
}

.ctrb {
  text-align:right;
  padding-right: 50px;
  /* padding-top: 120px; */
  }
  
.ctrt1 {
  padding-top: 80px;

}

.ctrt2 {
  padding-left: 220px;
  padding-top: 20px;

}


.cbl {
  vertical-align: top;
  height: 412px;
  padding-left: 35px;
  padding-right: 24px;
  font-size: 7pt;
  color: #555;
}

.cbl .title {
  color: #030;
  font-weight: bold;
  font-size: 9pt;
  margin-bottom: 5px;
  letter-spacing: 2px;
  }

.cbl .about {
  line-height: 15px;
  }

.cbr {
  vertical-align: top;
  height: 412px;

}
    
  
  
