<html>
<head>
<title>ASCL Main Style Sheet</title>
<style type="text/css">
<!--
   h1   { 
          font-family:Helvetica,Arial; 
          color: #000000; 
          font-style:bold; }

   h2   { font-size:13pt;
	  font-family:Helvetica,Arial; 
          color: #FFFFFF; 
          background-color: #006db6;
          } 

   h3   { font-family:Helvetica,Arial; 
          color: #000000; 
          }

   th   { background-color: #BEBEBE; }

   all.section {
          font-family:Helvetica,Arial; 
          color: #FFFFFF;
          background-color: #006db6;
          font-weight: bold ;
          }

   p,ul,ol,dl { 
          font-family:Helvetica,Arial; 
          margin-left: 1.0cm;
          margin-right: 2.0cm;
          }

   pre   { font-size:9pt;
          font-family:courier; 
          margin-left: 1.0cm;
          margin-right: 2.0cm;
	  text-indent: 20pt;
          }

   address {
          margin-left: 1.0cm;
          margin-right: 2.0cm;
          }           

   table {color: #000000; 
          font-family:Helvetica,Arial; }

   body  {
       background-color: #DDDDDD;    
       text: #000000;
       link: #AA5522; 
       vlink: #772200;
       alink: #000000; }


//-->
</style>
</head>
<body>
</body>
</html>


