/*
 * @(#)techdocs.css
 *
 * 
 */

.body {font-size: 8pt;
       font-family: Arial, Helvetica, sans-serif;
       margin-left: 5;
       margin-right: 0px;
       color: #000000}

.steplead {font-size: 8pt;
       font-weight: bold;
       font-family: Arial, Helvetica, sans-serif;
       margin-left: 5;
       margin-right: 5;
       color: #000000}

.charthead {font-size: 8pt;
       font-weight: bold;
       font-family: Arial, Helvetica, sans-serif;
       margin-left: 5;
       margin-right: 5;
       color: #004284}

.head1  {font-size: 10pt;
     font-weight: bold;
     margin-left: 5;
     margin-top: 10;
     margin-bottom: 10; color: #004284;
     font-family: Arial, sans-serif}

.head2  {font-size: 8pt;
     font-weight: bold;
     margin-left: 5;
     margin-top: 5;
     margin-bottom: 5; color: #004284;
     font-family: Arial, sans-serif}



.a  {color: #1861BD;
   text-decoration: underline}

.a:link {color: #1861BD;
   text-decoration: underline}

.a:active {color: #1861BD;
   text-decoration: none}

.a:visited {color: #1861BD;
   text-decoration: underline}

.a:hover {color: #004284;
   text-decoration: none}


.code {font-size: 8pt;
       margin-left: 5;
       margin-right: 5;
       font-family: monospace;
       color: #000000}


.aorange {color: #FFA500;
   text-decoration: underline}

.aorange:link {color: #FFA500;
   text-decoration: underline}

.aorange:hover {color: #004284;
   text-decoration: none}


.agl  {color: #004284;
   text-decoration: underline}

.agl:link {color: #004284;
   text-decoration: underline}

.agl:hover {color: #004284;
   text-decoration: none}

