/* -------- COLOR MAP BROWN BLUE GREEN BURGUNDY RUST LIGHTEST D1CAA6 ACB4CE BFCBAF CEB0AC E5D1BB 928368 717E8E 868B73 8E7174 B68F66 53452C 2F384C 414931 4C2F2F 644A2F DARKEST 342C16 15192C 1F2916 2C1915 3E2D1C -------- */ /* ------------------------------------------------------------------------- */ A:link { color: #53452C; text-decoration: none; } A:visited { color: #53452C; text-decoration: none; } A:hover { color: #342C16; text-decoration: underline; } A:active { color: #53452C; text-decoration: none; } /* ------------------------------------------------------------------------- */ A.home:link { color: #D1CAA6; text-decoration: underline; } A.home:visited { color: #D1CAA6; text-decoration: underline; } A.home:hover { color: #ffffff; text-decoration: underline; } A.home:active { color: #ffffff; text-decoration: none; } /* ------------------------------------------------------------------------- */ A.nav:link { color: #D1CAA6; text-decoration: none; } A.nav:visited { color: #D1CAA6; text-decoration: none; } A.nav:hover { color: #FFFFFF; text-decoration: none; } A.nav:active { color: #D1CAA6; text-decoration: none; } /* ------------------------------------------------------------------------- */ A.utilityNav:link { color: #000000; text-decoration: none; } A.utilityNav:visited { color: #000000; text-decoration: none; } A.utilityNav:hover { color: #D1CAA6; text-decoration: none; } A.utilityNav:active { color: #000000; text-decoration: none; } /* ------------------------------------------------------------------------- */ A.subNav:link { color: #000000; text-decoration: none; } A.subNav:visited { color: #000000; text-decoration: none; } A.subNav:hover { color: #FFFFFF; text-decoration: none; } A.subNav:active { color: #000000; text-decoration: none; font-weight: bold; } /* ------------------------------------------------------------------------- */ .textCaps { color: #D1CAA6; font-family: georgia, times new roman, serif; letter-spacing: .3pt; font-size: 12px; font-weight: bold; line-height: 1.3; text-decoration: none; font-variant: small-caps; } .textSubNav { color: #000000; font-family: georgia, times new roman, serif; letter-spacing: .3pt; font-size: 11px; line-height: 1.7; text-decoration: none; font-variant: small-caps; } .textBodyHome { color: #D1CAA6; font-family: georgia, times new roman, serif; letter-spacing: .3pt; font-size: 12px; line-height: 1.5; text-decoration: none; } .textBody { color: #000000; font-family: georgia, times new roman, serif; letter-spacing: .3pt; font-size: 11px; line-height: 1.5; text-decoration: none; } .textLarge { color: #000000; font-family: georgia, times new roman, serif; letter-spacing: .3pt; font-size: 14px; } .pageTitle { color: #000000; font-family: georgia, times new roman, serif; letter-spacing: .3pt; font-size: 14px; font-weight: bold; font-variant: small-caps; } .pageSubtitle { color: #000000; font-family: georgia, times new roman, serif; letter-spacing: .3pt; font-size: 13px; font-weight: bold; } .textSmallHome { color: #928368; font-family: arial, helvetica, sans-serif; letter-spacing: .3pt; font-size: 10px; line-height: 1.3; text-decoration: none; } .textSmall { color: #000000; font-family: arial, helvetica, sans-serif; letter-spacing: .3pt; font-size: 10px; line-height: 1.3; text-decoration: none; } .homeblink { color: #D1CAA6; text-decoration: blink; } .error { color: #ff0000; } /* ------------------------------------------------------------------------- */ /* FORMS */ .inputText { font-family: arial, helvetica, sans-serif; font-size: 11px; background-color: #D1CAA6; border: 1px #928368 solid; border-color: #928368 solid; } .inputDropDown { font-family: arial, helvetica, sans-serif; font-size: 11px; background-color: #D1CAA6; } .inputButton { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; background-color: #53452C; border: 1px #342C16 solid; border-color: #342C16 solid; }