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

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

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

.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; }
.flr { float: right; }

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

.border {
    padding: 10px;
    border: thin solid black;
    }
    
.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: 80%;
    }

.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;
    }

.arialtiny {
    font-size: 80%;
    }

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

.navlink {
    text-decoration: none;
}

.navtext {
    font-weight: bold;
    }

.padleft {
    padding-left: 10px;
    }

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

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

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

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

.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;
    }

.idaamain {
    color: black;
    background-color: #cceeee;
    text-align: center;
    border: thin solid black;
    font-size: 80%;
    font-weight: normal;
    width: 100%;
    }

