/*
This is the main style sheet for entire site.  A style sheet reference is at http://www.w3.org/TR/REC-CSS1 if you need to change or add anything.
*/

body {
    font-family: Times New Roman, Times, serif;
    font-size: 10pt;
    color: #000000;
}
a,
a:visited,
a:active {
    color: #000099;
    text-decoration: underline;
    font-size: 9pt;
}

.indent {
    font-size: 9pt;
    text-indent: 8pt;
}

.swb1 {
    font-size: 11pt;
}

.swb2 {
    font-size: 11pt;
    text-indent: 3pt;   
}

.standard {
    font-size: 9pt;
    font-family: Times New Roman, Times, serif;
    color: #000000;
}

.titles {
    font-weight: 700;
    color: #ff0000;
    font-size: 10pt;
}

.quote1 {
    font-size: 11pt;
    font-weight: 700;
}

.quote2 {
    font-size: 10pt;
    font-style: italic;
}

.small {
    font-size: 7pt;
    font-family: sans-serif;
    color: #000000;
}