a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: red; }

body {
    color: black;
    background-color: white;
    font-family: arial,helvetica,sans-serif;
    font-size: 90%;
    }

table, td, a, ul, ol, li, p, span, input, select, div, textarea {
    font-size: 100%;
}

.nav {
    font-size: 85%;
    padding-left: 10px;
    padding-right: 10px;
    }

.nav p {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 1px;
}

.nav ul {
    list-style: none;
    margin-left: 0;
    padding-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nav li {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.nav a {
    text-decoration: none;
}

.bold {font-weight: bold; }
.center {text-align: center; }
.top { vertical-align: top; }
.red { color: red; }
.red-bold {
    color: red; 
    font-weight: bold;
}
.blue { color: blue; }

.lcol { width: 20%; }
.rcol { width: 20%; }
.mcol { width: 60%; }

.fll { float: left; margin-right: 5px; }
.flr { float: right; margin-left: 5px; }

.accpic {
    float: right;
    border: thin solid black;
    margin-left: 5px;
}

.error-msg {
    color: red;
    font-size: 120%;
    }

.border {
    padding: 10px;
    border: thin solid black;
    }
    
.entry-form {
    margin: 10px;
    }

.rindent {
    margin-left: 20px;
    text-indent: -20px;
    }

.indent {
    padding-left: 20px;
    padding-right: 20px;
    }

.indent-small {
    font-style: italic;
    color: #000099;
    padding-left: 20px;
    padding-right: 20px;
    }

.indent-reply {
    color: black;
    padding-left: 20px;
    font-size: 90%;
    }

.noindent-reply {
    color: black;
    }

.logo {
    color: black;
    text-align: center;
    }

.update-form {
    color: black;
    background-color: white;
    }

.silver-title {
    text-align: center;
    color: black;
    background-color: #e0e0e0;
    }

.silver-title-l {
    text-align: left;
    color: black;
    background-color: #e0e0e0;
    }

.arialsmall {
    font-size: 90%;
    }

.ariallarge {
    font-weight: bold;
    }

.arialtiny {
    font-size: 80%;
    }

.arialtiny-bold {
    font-size: 80%;
    font-weight: bold;
    }

.bigred {
    font-size: 300%;
    font-weight: bold;
    color: red;
    }

.padleft {
    padding-left: 10px;
    }

.navright {
    padding-left: 10px;
    padding-right: 10px;
    }

.footer {
    font-size: 80%;
    text-align: center;
}

.small-blue {
    font-style: italic;
    color: #000099;
    }

.sm-blue-reg {
    font-style: italic;
    color: #000099;
    text-align: center;
    }

.title1 {
    font-weight: bold;
    font-size: 170%;
}

.title2 {
    font-weight: bold;
    font-size: 110%;
}

.title3 {
    font-weight: bold;
    font-size: 100%;
}

