/* California Patient Guide Style Sheet */

/* spacers */
.br6 { font-size:6px; }

/* chapter titles */
.title { font-family: 'arial black', arial, sans-serif; font-weight: normal; font-style: italic; font-size: 1.3em; }

/* sections & subsections within chapters */
.question { font-family: 'arial narrow', arial, sans-serif; font-weight: bold; font-style: italic; font-size: 1.2em; }
.subquestion { font-family: 'arial narrow', arial, sans-serif; font-weight: bold; font-style: italic; font-size: 1em; }

/* book title at the top of each page */
.hdtitle { font-family: 'arial black', 'arial bold', arial, sans-serif; font-weight: normal; font-size: 1.5em; }
.hdsubtitle { font-family: arial, sans-serif; font-weight: bold; font-size: 1em; }

/* Glossary term */
.term { font-weight: bold; }

/* size of input boxes for Search */
INPUT { font-size: 12px; }

