      body {
           background-color: #000000;
           font-family: verdana;
           font-size: 10pt;
           text-align: center;
           margin: 0;
           overflow: hidden;
      }

      div.blocktitle {
               position: relative;      
               margin: 0 auto;
	       width: 750px;
               height: 300px;
	       border: none;
	       background: white;
	       text-align: left;
      }
      
      div.blockcontent {
               margin: 0 auto;
	       width: 750px;
	       height: 100%;
	       border: none;
	       background: white;
	       text-align: left;
      }

      div.blocknormal {
                 position: relative;
                 width: 150px;
                 height: 150px;
                 border: none;
                 text-align: left;
                 float: left;
      }

      div.blocksmall {
                 position: relative;
                 width: 75px;
                 height: 75px;
                 border: none;
                 text-align: left;
                 float: left;
      }

      div.blockrect {
                 position: relative;
                 width: 300px;
                 height: 150px;
                 border: none;
                 text-align: left;
                 float: left;
      }

      div.blockfull {
                 position: relative;
                 width: 750px;
                 height: 150px;
                 border: none;
                 text-align: left;
      }

      div.blockcontentleft {
                 position: relative;
                 width: 300px;
                 border: none;
                 padding: 8px;
                 text-align: left;
                 float: left;
      }

      div.blockcontentright {
                 position: relative;
                 width: 300px;
                 margin-top: 8px;
                 text-align: left;
                 float: left;
      }
      
      div.blockcontentrightFF {
                 position: relative;
                 width: 300px;
                 margin-top: 8px;
                 margin-left: -16px;
                 text-align: left;
                 float: left;
      }
      
       div.blockcontentrightWide {
                 position: relative;
                 width: 430px;
                 margin-top: 8px;
                 text-align: left;
                 float: left;
      }
      
      div.blockcontentrightFFWide {
                 position: relative;
                 width: 430px;
                 margin-top: 8px;
                 margin-left: -16px;
                 text-align: left;
                 float: left;
      }

      div.textlink {
                 color: #AAAAAA;
                 font-weight: normal;
                 font-size: 8pt;
      }
      a:link { color: #AAAAAA; text-decoration: none;}
      a:visited { color: #AAAAAA; text-decoration: none;}
      a:hover { color: #719CFF; text-decoration: none;}
      a:active { color: #719CFF; text-decoration: none;}

      .button a:link { color: #FFFFFF; text-decoration: none;}
      .button a:visited { color: #FFFFFF; text-decoration: none;}
      .button a:hover { color: #FFFFFF; text-decoration: none;}
      .button a:active { color: #FFFFFF; text-decoration: none;}

      div.textbold {
                 color: #000000;
                 font-weight: bold;
                 font-size: 8pt;
      }

      div.text,td {
                 color: #000000;
                 font-weight: normal;
                 font-size: 8pt;
      }
      
      .checkout {
                     font-size: 8pt;
                     width: 200px;
      }

      div.textquote {
                 color: #000000;
                 font-style: italic;
                 font-weight: normal;
                 font-size: 8pt;
      }

      div.texttitle {
                 color: #000000;
                 font-weight: bold;
                 font-size: 10pt;
      }

      div.textblock {
                 color: #000000;
                 position: absolute;
                 bottom: 2px;
                 margin-left: 2px;
                 font-weight: normal;
                 font-size: 7pt;
      }
      
      div.textblocktitle {
                 color: #FFFFFF;
                 position: absolute;
                 bottom: 8px;
                 margin-left: 10px;
                 font-family: arial;
                 font-weight: bold;
                 font-size: 9pt;
      }