/* normal.css */
/* Cascading Style Sheet for all xHTML files */
/* wayne.smith@csun.edu, 10/1/2001 */

/* p { font-size: 150% } */
/* p.sample { font-size: 120% } */

/* p.textsample {
    font-style: italic;
    font-weight: bold;
    font-size: 12pt
    line-height: 14pt
    font-family: Arial, Helvetica, sans-serif;
 }
*/

BODY {
    font-weight: normal;
    font-size: 10pt;
    font-family: Trebuchet MS, Palatino, sans-serif;
}

pre {
    font-weight: normal;
    font-size: 9pt;
    font-family: monospace;
}

/* h3 {
    font-family: Trebuchet MS, Palatino, sans-serif;
    font-size: 12pt;
} */

h3 {
    font-size: 12pt;
}

h3.pagebr {
    page-break-before: always;
}

h2 {
    font-size: 14pt;
}

h2.pagebr {
    page-break-before: always;
}

p {
    font-family: Trebuchet MS, Palatino, sans-serif;
    font-size: 10pt;
}

th, td {
    font-family: Trebuchet MS, Palatino, sans-serif;
    font-size: 10pt;
}

ol, ul {
    font-family: Trebuchet MS, Palatino, sans-serif;
    font-size: 10pt;
}

blockquote {
    font-family: Trebuchet MS, Palatino, sans-serif;
    font-size: 10pt;
}

div.doctitle1 {
    font-weight: bold;
    font-size: large;
    text-align: center;
}

div.doctitle1a {
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
}

div.doctitle2 {
    font-weight: bold;
    text-align: center;
}

div.doctitle3 {
    text-align: center;
}

p.monospaced {
    font-size: 11pt;
    font-family: monospace;
}

p.indent {
    text-indent: 2em;
}

p.doubleindent {
    text-indent: 4em;
}

p.doubleindentURL {
    font-size: 11pt;
    font-family: monospace;
    text-indent: 4em;
}

blockquote.url {
    font-size: 11pt;
    font-family: monospace;
}

td.difficultyScale {
    font-family: Trebuchet MS, Palatino, sans-serif;
    font-size: 10pt;
    vertical-align: middle;
}

td.bookTitle {
    font-family: Trebuchet MS, Palatino, sans-serif;
    font-size: 12pt;
}

/* useful for Netscape--but a deprecated value in W3C spec.'s
img.imgmiddle {
    vertical-align: absbottom;
} */

img.imgmiddle {
    vertical-align: middle;
}

img.noborder {
    border: 0;
}


