/*
   2005 by J. Ervin.
   
   For the various serif styles:
   I have added Palatino specifically for use on Mac OS;
   it looks better than Times, which is a bitmapped font
   on Classic Mac.  "Times New Roman" is used on OS X.
   
   For the various sans-serif styles:
   Arial and Verdana have been reversed to provide the
   best results in both Windows and Mac OS X.
*/

/*
   context is <DIV id="captionCenter"> image caption </DIV>
*/
#captionCenter {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.6em; line-height: 1.2em; font-weight: normal; font-style: normal; text-align: center }

h1 {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1.5em; font-weight: normal; font-style: normal; }
h2 {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1.3em; font-weight: normal; font-style: normal; }
h3 {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1.0em; font-weight: normal; font-style: normal; }

p {color: #000000; font-family: "Times New Roman", Palatino, Times, serif; font-size: 1.0em; line-height: 1.3em; font-weight: normal; font-style: normal; }

/*
   "Populore Gold" = #C68D19; not web-safe.
*/
p.gold {color: #C68D19; font-family: "Times New Roman", Palatino, Times, serif; font-size: 1.0em; line-height: 1.2em; font-weight: bold; font-style: normal; }

/*
   Currently used only in the upper light green cell
   in index.htm. empty placeholders in this style occupy
   the corresponding location on most other pages.
*/
p.greenLarge {color: #006600; font-family: "Times New Roman", Palatino, Times, serif; font-size: 1.3em; line-height: 1.2em; font-weight: normal; font-style: italic; }

/*
   The following used primarily for review excerpts in
   Stuttering Resources document (sos.htm).
*/
p.bluemedium {color: #000066; font-family: "Times New Roman", Palatino, Times, serif; font-size: 1.0em; line-height: 1.3em; font-weight: normal; font-style: normal; }
p.greenMedium {color: #006600; font-family: "Times New Roman", Palatino, Times, serif; font-size: 1.0em; line-height: 1.3em; font-weight: normal; font-style: normal; }
p.maroonMedium {color: #660000; font-family: "Times New Roman", Palatino, Times, serif; font-size: 1.0em; line-height: 1.3em; font-weight: normal; font-style: normal; }

/*
   Sans-serif styles for use in sidebars; some of
   these styles have been defined in anticipation
   of possible future use.
*/
p.sans {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.2em; font-weight: normal; font-style: normal; }
p.sansBlue {color: #000066; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.2em; font-weight: normal; font-style: normal; }
p.sansGreen {color: #006600; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.2em; font-weight: normal; font-style: normal; }
p.sansMaroon {color: #660000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.2em; font-weight: normal; font-style: normal; }

/*
   Sans-serif headers may seem like overkill, since
   they are not often needed.  Defined here so as to
   eliminate dependence on deprecated <FONT SIZE=...>
   tags for ad hoc size changes.
*/
p.sansHeading {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1.0em; line-height: 1.2em; font-weight: normal; font-style: normal; }
p.sansBlueHeading {color: #000066; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1.0em; line-height: 1.2em; font-weight: normal; font-style: normal; }
p.sansGreenHeading {color: #006600; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1.0em; line-height: 1.2em; font-weight: normal; font-style: normal; }
p.sansMaroonHeading {color: #660000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1.0em; line-height: 1.2em; font-weight: normal; font-style: normal; }

/*
   "Populore Brown" = #953B07; not web-safe.
*/
p.testimonial {color: #953B07; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.2em; font-weight: normal; font-style: normal; }

/*
   List styles; we won't usually want a paragraph tag in a list item.
*/
li.sans {color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.2em; font-weight: normal; font-style: normal; }
li.sansBlue {color: #000066; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.2em; font-weight: normal; font-style: normal; }

p.copyright {color: #953B07; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.0em; font-weight: normal; font-style: normal; }

td.contact {color: #953B07; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.9em; font-weight: bold; font-style: normal; }

/*
   td.faq is used for the FAQ question list; it's made somewhat
   smaller accordingly.  Line-height has been bumped up to aid
   readability in all styles.  td.faqMaroon not currently in use.
*/
td.faq {color: #000000; font-family: "Times New Roman", Palatino, Times, serif; font-size: 0.9em; line-height: 1.3em; font-weight: normal; font-style: normal; }
td.faqBlue {color: #000066; font-family: "Times New Roman", Palatino, Times, serif; font-size: 1.0em; line-height: 1.3em; font-weight: normal; font-style: normal; }
td.faqGreen {color: #006600; font-family: "Times New Roman", Palatino, Times, serif; font-size: 1.0em; line-height: 1.3em; font-weight: normal; font-style: normal; }
td.faqMaroon {color: #660000; font-family: "Times New Roman", Palatino, Times, serif; font-size: 1.0em; line-height: 1.3em; font-weight: normal; font-style: normal; }

td.address {color: #953B07; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 0.8em; line-height: 0.8em; font-weight: normal; font-style: normal; }



/*
   bold font-weight is overwhelming on Mac OS X with
   addition of "Times New Roman" to font-family, but
   is necessary in IE6/Windows XP.
*/
a.text:active { COLOR: #FF0000; FONT-WEIGHT: bold; }
a.text:hover { COLOR: #FF0000; FONT-WEIGHT: bold;  }
a.text:link { COLOR: #C68D19;  FONT-WEIGHT: bold;  }
a.text:visited { COLOR: #CC6600; FONT-WEIGHT: bold;  }

/*
   a.sans.* styles are for use (primarily) in sidebars
*/
a.sans:active { COLOR: #FF0000; FONT-WEIGHT: normal; }
a.sans:hover { COLOR: #FF0000; FONT-WEIGHT: normal; }
a.sans:link { COLOR: #C68D19;  FONT-WEIGHT: normal; }
a.sans:visited { COLOR: #CC6600; FONT-WEIGHT: normal; }
.spanRed {
	color: #FF0000;
}
.spanGreen {
	color: #009900;
}
