/* Copyright 2006 QuantMethods */

html {
    background-color: #FFF8DC;
    color:            black;
}

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

a {
    color:            black;
    text-decoration:  none;
}

a:hover {
    color:            #660000;
    text-decoration:  underline;
}

h1 {
    margin-left:   0.0em;
    margin-top:    0.0em;
    margin-bottom: 0.5em;
    font-size:     1.2em;
    white-space:   nowrap;
    clear:         both;
}

h2 {
    margin-left:   0.0em;
    margin-top:    0.5em;
    margin-bottom: 0.0em;
    font-size:     1.0em;
    white-space:   nowrap;
    clear:         both;
}

h3 {
    margin-left:   0.0em;
    margin-top:    0.5em;
    margin-bottom: 0.0em;
    font-size:     0.8em;
    white-space:   nowrap;
    clear:         both;
}

h4 {
    margin-left:   2.0em;
    margin-top:    0.0em;
    margin-bottom: 0.0em;
    font-size:     0.8em;
    font-weight:   normal;
    white-space:   nowrap;
    clear:         both;
}

img {
    margin: 2px;
}

input {
    width: 112px;
}

