a:hover {
       color : #ffcc00;
}

.bg-black {  background-color: #000000}
.bg-white {  background-color: #ffffff}
.bg-yellow {  background-color: #ffcc00}
.bg-garnet {  background-color: #993300}
.bg-gray {  background-color: #cccccc}
.bg-dark-blue {  background-color: #333366}
.bg-main-nav {  background-color: #588886}
.bg-orange {  background-color: #ff9933}
.bg-green {  background-color: #006666}
.bg-lite-blue {  background-color: #CCCCFF}

.bg-nav-on {  background-color: #CC9900}
.bg-nav-off {}


.font-form {
       font-family : Verdana, Arial, Helvetica, sans-serif;
       font-size : 9px;
       font-weight : bold;
       color : #000000;
}

.time-font {
       font-family : Verdana, Arial, Helvetica, sans-serif;
       font-size : 9px;
       color : #ffffff;
}

.manager-font {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
}


.body-plain-font {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 9px;
       text-decoration : none;
}

.body-bold-font {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 9px;
       text-decoration : none;
       font-weight : bold;
}

.body-bold-blue {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 9px;
       text-decoration : none;
       font-weight : bold;
       color : #333366;
}


.large-other-font {
       font-family : Helvetica, Arial, Verdana, sans-serif;
       font-size : 11px;
       text-decoration : none;
}

.body-med-font {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 10px;
       text-decoration : none;
}

.body-med-bold {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 10px;
       text-decoration : none;
       font-weight : bold;
}
.body-med-bold-red {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 10px;
       text-decoration : none;
       font-weight : bold;
       color: #993300;
}

.body-large-bold-blue {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color: #333366;
    font-weight: bold;
}

.body-bold-black {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 9px;
       text-decoration : none;
       color : #000000;
       font-weight : bold;
}


.feature-white-font {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 9px;
       color : #ffffff;
       text-decoration : none;
       font-weight : bold;
}

.bold-med-white {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 10px;
       color : #ffffff;
       text-decoration : none;
       font-weight : bold;
}

.bold-med-blue {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 10px;
       color : #333366;
       text-decoration : none;
       font-weight : bold;
}

.default-link-bold {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 10px;
       font-weight : bold;
}

.default-link-plain {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 10px;
}

.default-link-large {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 12px;
}

.default-link-large-bold {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 12px;
       font-weight : bold;
}


.heading-large {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 12px;
}

.heading-large-bold {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 12px;
       font-weight : bold;
}


.feature-link-font {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 9px;
       color : #006666;
       text-decoration : none;
       font-weight : bold;
}

.bold-link-font {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 9px;
       color : #333366;
       text-decoration : none;
       font-weight : bold;
}

.plain-link-font {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 9px;
       color : #333366;
       text-decoration : none;
}


.subnav-font {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 10px;
       color : #333366;
       text-decoration : none;
}

.main-nav-on-font {
       font-family : Verdana, Helvetica, Arial, sans-serif;
       font-size : 9px;
       color : #ffcc00;
       text-decoration : none;
}

.tiny-font-plain {
       font-family : Arial, Verdana, Helvetica, sans-serif;
       font-size : 9px;
       text-decoration : none;
}

.tiny-font-bold {
       font-family : Verdana, Helvetica, sans-serif;
       font-size : 9px;
       text-decoration : none;
    font-weight: bold;
}

.data-table-header {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    background-color: #333366;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.data-table-row {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight: normal;
}
.status-bar-idle {
    color: white;
    background-color: #333366;
    font-weight: bold;
    border: 1px solid black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
}
.status-bar-message {
    color: white;
    background-color: #000099;
    font-weight: bold;
    border: 1px solid black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
}
.status-bar-error {
    color: white;
    background-color: #990000;
    font-weight: bold;
    border: 1px solid black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
}
.catalog-header-font {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #9c3100}
.catalog-item-font {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.remote-title-font {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #993300}
.carve-pattern-item {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #9C3100}
.carve-pattern-name {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}
.catalog-listing-font {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.location-nav-font {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.close-up-font {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
.contact-form-bold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
.product-title {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #9C3100}
.product-item { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #9C3100 }
.catalog-catchphrase { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style:italic; color: #9C3100}