/* body text colors */
BODY {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7A1A00;
}
TABLE {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7A1A00;
}

/* pulloutbox */

.pullout {
    border: 1px dotted 002D25;
    background-color: #B5D1C1;
    padding: 6px;

}

/* Master link colors */
a:link {
    color: #7A1A00;
    text-decoration: none;
}
a:visited {
    color: #7A1A00;
    text-decoration: none;
}
a:hover {
    color: #7A1A00;
    text-decoration: underline;
}
a:active {
    color: #444444;
}

/* Site Headers */
.xlrgHdr {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #E0CA7B;
    font-style: bold;
}


.xlrgHdr a:link {
    color: #E0CA7B;
    text-decoration: none;
}
.xlrgHdr a:visited {
    color: #E0CA7B;
    text-decoration: none;
}
.xlrgHdr a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.xlrgHdr a:active {
    color: #E0CA7B;
}

.lrgHdr {
    font-family: "ITC Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: bold;
    color: #FFF9C6;
    font-style: italic;
}
.lrgHdr a:link {
    color: #FFF9C6;
    text-decoration: none;
}
.lrgHdr a:visited {
    color: #FFF9C6;
    text-decoration: none;
}
.lrgHdr a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.lrgHdr a:active {
    color: #FFF9C6;
}
.head {
    font-family: "ITC Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: bold;
    color: #002D25;
    font-style: italic;
}
.head a:link {
    color: #002D25;
    text-decoration: none;
}
.head a:visited {
    color: #002D25;
    text-decoration: none;
}
.head a:hover {
    color: #7A1A00;
    text-decoration: underline;
}
.head a:active {
    color: #002D25;
}
.medHdr {
    font-family: Garamond, Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #5E0001;
}

.medHdr a:link {
    color: #5E0001;
    text-decoration: none;
}
.medHdr a:visited {
    color: #5E0001;
    text-decoration: none;
}
.medHdr a:hover {
    color: #5E0001;
    text-decoration: underline;
}
.medHdr a:active {
    color: #5E0001;
}
.smHdr {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #7A1A00;
}

/* Content text */
.bodyText {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFCC;
    line-height: 18px;
}
.bodyText2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7A1A00;
    line-height: 18px;
}
.base {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7A1A00;
    line-height: 18px;
}
.medText {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.smText {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFCC;
}

/* Special navagation text */
.cartBoxText {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
}
.cartBoxText a:link {
    color: #FF0000;
    text-decoration: none;
}
.cartBoxText a:visited {
    color: #FF0000;
    text-decoration: none;
}
.cartBoxText a:hover {
    color: #0099CC;
    text-decoration: underline;
}
.cartBoxText a:active {
    color: #0099CC;
    text-decoration: none;
}
.navLinks {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FBFFCE;
    line-height: 18px;
}
.navLinks a:link {
    color: #E4C776;
    text-decoration: none;
}
.navLinks a:visited {
    color: #E4C776;
    text-decoration: none;
}
.navLinks a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.navLinks a:active {
    color: #E4C776;
}
.historyLinks {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #444444;
}
.historyLinks a:link {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}
.historyLinks a:visited {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}
.historyLinks a:hover {
    color: #FFCC00;
    text-decoration: underline;
    font-weight: bold;
}
.historyLinks a:active {
    color: #FF6600;
    text-decoration: none;
}
/* Add site specific styles below here */
.formInput {
    font-size:11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #7A1A00;
    border: 1px solid #5E2415;
    margin-top: 6px;
    margin-bottom: 8px;
    font-weight: bold;
}
.errors {
    font-size: 14px;
    color: red;
}
.navLinks2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #7A1A00;
    line-height: 18px;
}
.navLinks2 a:link {
    color: #7A1A00;
    text-decoration: none;
}
.navLinks2 a:visited {
    color: #7A1A00;
    text-decoration: none;
}
.navLinks2 a:hover {
    color: #330000;
    text-decoration: underline;
}
.navLinks2 a:active {
    color: #7A1A00;
}

HR {
    border-top: 1px dotted #E2C46D;
    clear: both;
    clip:   rect(auto auto 3px auto);
    padding-top: 6px;
    padding-bottom: 6px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 0px;
    border-right-color: #E2C46D;
    border-bottom-color: #E2C46D;
    border-left-color: #E2C46D;

}


.introHdr {
    font-family: "ITC Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight: normal;
    color: #FFFFFF;
    font-style: italic;
}
.moreinfo {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFCC;
    line-height: 18px;
}
.moreinfo a:link {
    color: #E4C776;
    text-decoration: none;
}
.moreinfo a:visited {
    color: #E4C776;
    text-decoration: none;
}
.moreinfo a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.moreinfo a:active {
    color: #E4C776;
}
.moreinfo2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #7A1A00;
    line-height: 18px;
}
.moreinfo2 a:link {
    color: #7A1A00;
    text-decoration: none;
}
.moreinfo2 a:visited {
    color: #7A1A00;
    text-decoration: none;
}
.moreinfo2 a:hover {
    color: #330000;
    text-decoration: underline;
}
.moreinfo2 a:active {
    color: #7A1A00;
}

.toplink {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FBFFCE;
    line-height: 18px;
}
.toplink a:link {
    color: #E2C46D;
    text-decoration: none;
}
.toplink a:visited {
    color: #E2C46D;
    text-decoration: none;
}
.toplink a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.toplink a:active {
    color: #E2C46D;
}