/* External Style Sheet */
/* bgcolor="#FFFFCC" - original background color, an alternate choice #FCF7D2 */
/* FONT COLOR="#008080" - turquoise font color for headers */
BODY {background-color: #FFFFCC;
      font-family: Arial, sans-serif;
      margin-left: 0; margin-top: 0;
      }
   

body
	{  
       scrollbar-arrow-color : #009966;
       scrollbar-base-color : #FFFFCC;
       scrollbar-dark-shadow-color : #009966;
       scrollbar-face-color : #FFFFCC;
       scrollbar-highlight-color : #009966;
       scrollbar-shadow-color: #009966;

	}
 /*     { 
       scrollbar-arrow-color : #FFFFCC;
       scrollbar-base-color : #009966;
       scrollbar-dark-shadow-color : #FFFFCC;
       scrollbar-face-color : #009966;
       scrollbar-highlight-color : #FFFFCC;
       scrollbar-shadow-color: #FFFFCC;
	}  */
 

 
a:hover { 
color: #009966; font-family: Verdana; font-weight: bold; /* font-size: 8pt; */
 
}
 
hr {
border: 2;
color: #FFFFcc;
background-color: #009966;  
height: 3px;
width: 75%;
text-align: center;
}

TABLE
{
/* background-color: #FFFFCC; */
}

H1, H2, H3, H4, H5, H6
  {
 /* font-weight: bold; */
  
  font-family: "Comic Sans MS", verdana, Arial, sans-serif;
  color: #009966;  /* "frog" green */      
  }

H1
  {
/*  font-family: lucida handwriting, verdana, Arial, sans-serif; */
  text-align: center; 
  font-size: 20pt;
  background: #FFFFcc;

  }

H2 
  {
  text-align: center; 
  font-size: 15pt;
 /*  background: lavenderblush; */

  }


H3 
  {
  text-align: left; 
  font-size: 12pt;
  }

H4 
  {
  text-align: left; 
  font-size: 10pt;
  }

P
  {
  font-family: "Book Antiqua", serif;
  font-size: 11pt;   
/*  font-size: 11pt;
  font-family: verdana,  Arial, sans-serif; */
  }

UL LI
  {
  font-family: "Comic Sans MS", verdana, Arial, sans-serif;
  font-size: 10pt;
  list-style-type: square;
  }

OL LI
  {
  font-family: "Comic Sans MS", verdana, Arial, sans-serif;
  font-size: 12pt;
  }
BUTTON
  {
  background-color: #CE84C6;        /* a pink purple shade */
  /*  border: thin dotted green; */
  border-colorlight: #DEBDDE;	
  border-colorDARK: #B552AD;	

  font-size: 8pt;
  font-weight: bold; 
  padding: 0pt;
  font-family: verdana,  Arial, sans-serif; 
  cursor: pointer;
  }
 

.pId
  {
  font-family: "Comic Sans MS", verdana, Arial, sans-serif;
  color: #009966;  /* "frog" green */  
  text-align: left; 
  font-size: 12pt;
    
 }

.prompt
  {
  font-weight: bold; 
  font-family: "Comic Sans MS", verdana, Arial, sans-serif;
  text-align: left; 
  font-size: 10pt;
  }

.ans
  {
/*  font-weight: bold; */
  font-family: "Comic Sans MS", verdana, Arial, sans-serif;
  text-align: left; 
  font-size: 10pt;
  color: #009966;  /* "frog" green */      
  }

.footer
  {
  /* color: #336699;  dark blue */  
  font-size: 8pt;
  font-family: verdana,  Arial, sans-serif;
  text-align: center;
  }
.disclaim
   {
  background-color: "lavenderblush";
  border: thin dashed green; 
  padding: 5pt;
  color: #009966;  /* "frog" green */
  font-weight: bold;
  font-size: 8pt;
  font-family: verdana,  Arial, sans-serif;
  text-align: left;
  }
  
.dispPrf
  {
  background-color: "lavenderblush";
  border: thin dashed green; 
  padding: 5pt;
  }

.noPic
  {
  /* background-color: #E0E0E0; */      /* a light gray */
     background-color: #CCE0CC;        /* a funny paler shade of green */
  /* background-color: #CC00CC; */    /* a purple shade */

  border: thin dotted green;
  font-size: 7pt;
  padding: 5pt;
  }
 
 
.toc
  {
  color: green; /*  green */ 
 /*  background-color: "lavenderblush"; */
  text-decoration:none; 
  font-size: 8pt;
  font-family: verdana,  Arial, sans-serif;
  text-align: center;
  padding-bottom: 10pt;
  }
 
.subtext
  {
  color: #009966; /*  "frog" green */      
  font-size: 8pt;
  font-family: verdana,  Arial, sans-serif;
  text-align: center;
  }

.subtextitalics
  {
  color: #009966;  /* "frog" green */      
  font-size: 8pt;
  font-family: verdana,  Arial, sans-serif;
  font-style: italic;
  text-align: center;
  }

.faqtext
  {
/*  color: #009966;   "frog" green */      
  font-size: 8pt;
  font-family: verdana,  Arial, sans-serif;
  }

.faqtextbold
  {
/*  color: #009966;   "frog" green */      
  font-size: 8pt;
  font-weight: bold;
  font-family: verdana,  Arial, sans-serif;
  }

.signature
  {
  color: #009966;   "frog" green
  font-family: lucida handwriting, verdana, Arial, sans-serif; 
  text-align: center; 
  font-size: 10pt;
  }

.testimonial
   {
  background-color: "lavenderblush";
  border: thin dashed green; 
  padding: 5pt;
  color: #009966;  /* "frog" green */
  /* font-weight: bold; */
  font-size: 12pt; 
  font-family: "Courier New", Courier,  monospace;

  text-align: left;
  }
