﻿
/*   Cycles on */

   .h1font   {font: 24pt/26pt Mistral, Arial; color: #a00000}
   .h2font   {font: 20pt/22pt Mistral, Arial; color: #c00000}	
   .normfont {font: 14pt/16pt Mistral, Arial; color: #a00000}
   .txtlink  {font: 12pt/14pt Arial;   color: #0000c0}
   .txtslink {font: 10pt/12pt Arial;   color: #0000c0}
   .txtlarge {font: 14pt/14pt Arial;   color: #000000}
   .txtnorm  {font: 12pt/16pt Arial;   color: #000000}
   .txtsmall {font: 10pt/12pt Arial;   color: #000000}
   .txtred   {font: 13pt/15pt Arial;   color: #c00000}
   .txtsred  {font: 10pt/12pt Arial;   color: #c00000}
   .txtboldivory {font-size: 1em; font-weight: bold; color: ivory }

   .booktitle {
        font-style:italic;
        font-weight:600;
        }
 
   .subhead7ASO {
        font-family: Mistral, cursive; 
        font-size: 2em; 
        color: darkblue;
        letter-spacing:1;
        }

   .head7ASO {
        font-family:'Arial'; 
        font-weight: bold; 
        font-style: italic; 
        font-size: 2em; 
        color: white;        
        letter-spacing:0;
        }

   div.minwidth {
        font-family:Arial;  
        width: expression((document.body.clientWidth < 961)? "960px" : "100%");
	     min-width: 900px;
        width: 100%;
	}

   .pagehead {
        font-family:'Arial'; 
        font-weight: bold; 
        font-style: italic; 
        font-size: 1.5em; 
        color: darkblue;        
        letter-spacing:0;
        }

   .cycleBtns {
        visibility:visible; 
        }

   .cycleButtons {
        display:inline;    
        }










