.smaller {
    font-size: 80%;
}
.tiny {
    font-size: 70%;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #FFFFB0;
}
p, li {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
p, ul, ol {
        margin-top: 0pt;
        margin-bottom: 8pt;
}
ul {
        list-style-type: square;
        list-style-size: small;
        color: #990000;
}

.quote {
    color: #660000;
    font-size: small;
}
.quotebig {
    color: #660000;
}
hr {
    width: 50%; 
    color: #BB5543; 
    background-color: #BB5543;
    border: 0px;
    height: 1px;
}  

.bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 12pt;
    margin-bottom: 8pt;
}

.bigblackbold { 
    color: #000000;
    font-weight: bold;
    font-size: large;
    margin-top: 8pt;
    margin-bottom: 3pt;
    padding-bottom: 0pt;
}

.bigredbold { 
    color: #990000;
    font-weight: bold;
    font-size: large;
    margin-top: 16pt;
    margin-bottom: 3pt;
    padding-bottom: 0pt;
}

.redbold {
    color: #990000;
    font-weight: bold;
    margin-top: 16pt;
    margin-bottom: 3pt;
    padding-bottom: 0pt;
}

a, a:visited {
    font-size: normal;
    #color: #330066;
    color: #660000;
    text-decoration: underline;
}

a.bigredbold, a.bigredbold:visited {
    font-size: large;
    color: #990000;
    font-weight: bold;
}

a.redbold, a.redbold:visited {
    font-size: medium;
    color: #990000;
    font-weight: bold;
}
a:hover, a:active {
    color: #CC0000;
}
a.title, a.title:active, a.title:hover, a.title:visited {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 17pt;
    font-weight: bold;
    text-decoration: none;
}
.smalltable {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: small;
}

.blockquote {
                font-family: verdana, Helvetica, sans-serif;
                color:#222;
                font-size:12px;
                line-height: 140%;
                font-weight:normal;
                border:1px #003366 dotted;
                background:#F0F0F0;
                padding-top:10px;
                padding-bottom:10px;
                padding-left:20px;
                padding-right:20px;
                margin:25px;
}
.indent {
    margin-left: 4em;
    margin-right: 4em;
}

.imageindent {
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.smallerindent {
    font-size: 80%;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 0em;
    margin-bottom: 0em;
}
.hrshort {border: none 0;
        border-top: 1px dashed #CCC;/*the border*/
        width: 50%;
        text-align: center;
        height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
}

