body {
  margin: 0px;
  background: #ffffff;
  color: #000000;
  font-family: arial, verdana, san-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  }
table, td, div {
  color: #000000;
  font-family: arial, verdana, san-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  }
  
div#rotating-txt {
  margin: 0px auto 0px auto; 
  width: 54%; 
  height: 18px; 
  padding-top: 3px;
  border-width: 1px 1px 0px 1px; 
  border-style: solid; 
  border-color: #8f8f8f; 
  background: url( imgs/running-txt-gradient.jpg) repeat-x;
  font-weight: bold;
  }

div.left-doc {
  margin: 10px;
  text-align: left;
  }  
div.left-doc p {
  margin-top: 0px;
  }

div#main-doc {
  }
div#main-doc .title {
  margin: 10px 10px 5px 10px;
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  }
div#main-doc .doc {
  margin: 0px 10px 10px 10px;
  }
div#main-doc .doc p {
  margin-top: 0px;
  }
      
div.right-doc-title {
  margin-bottom: 2px;
  padding-left: 30px;
  background: url( imgs/right-doc-title.jpg) no-repeat left bottom;
  color: #281870;
  font-size: 11pt;
  font-weight: bold;
  }
div.right-doc {
  margin: 0px 0px 10px 10px;
  }
div.right-doc p {
  margin-top: 0px;
  }