/* Copyright 2006 QuantMethods */

.equation {
    white-space: nowrap;
}

.mean {
    border-top:      1px solid black;
    margin-right:    0.1667em;
}

.numerator {
    text-align:     center;
    vertical-align: bottom;
    border-bottom:  1px solid black;
}

.denominator {
    text-align:     center;
    vertical-align: top;
}

html {
    background-color: white;
    color:            black;
}

body {
    font-family:      Tahoma,
                      "Lucida Sans Unicode",
                      "Microsoft Sans Serif",
                      "Lucida Grande",
                      Helvetica,
                      sans-serif;
    font-size:        1.0em;
    line-height:      1.4em;
}

a {
    background-color: white;
    color:            blue;
    text-decoration:  underline;
}

h1 {
    font-size: 1.25em;
    clear:     both;
}

h2, h3, h4, h5, h6 {
    font-size: 1.1em;
    clear:     both;
}

/* Redundant rule to ensure correct rendering by Netscape 4. */
div, p, caption, th, td, li, dd, dl, dt {
    font-family: Tahoma,
                 "Lucida Sans Unicode",
                 "Microsoft Sans Serif",
                 "Lucida Grande",
                 Helvetica,
                 sans-serif;
    font-size:   1.0em;
    line-height: 1.4em;
}

caption {
    font-weight: bold;
}

dl dt {
    font-weight:   bold;
    margin-bottom: 0.5em;
}

dl dd {
    margin-bottom: 0.5em;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

sub, sup {
    font-size: 0.75em;
}

table.equation th, td {
    vertical-align: middle;
}

var {
    padding-right: 0.1667em;
}


