/* CSS Document */

/* ---------------- Text Styles --------------- */
.reverseText { color: #FFFFFF; font-weight: normal; font-size: 10px; line-height: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.reverseText { color: #FFFFFF; text-decoration: none;}
a.reverseText:visited { color: #FFFFFF; text-decoration: none;}
a.reverseText:hover { color: #FFFFFF; text-decoration: underline; }

.reverseTextSmall { color: #FFFFFF; font-weight: normal; font-size: 10px; line-height: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.reverseTextMedium { color: #FFFFFF; font-weight: normal; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.reverseTextLarge { color: #FFFFFF; font-weight: normal; font-size: 14px; line-height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.reverseTextLargeBold { color: #FFFFFF; font-weight: bold; font-size: 14px; line-height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; }

.copy10 { color: #562B29; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px}
a.copy10 { color: #562B29; font-weight: bold;}
a.copy10:visited { color: #562B29; }
a.copy10:hover { color: #562B29; text-decoration: underline; }

.copy10red { color: #BB2D3F; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px}
a.copy10red { color: #BB2D3F; font-weight: bold;}
a.copy10red:visited { color: #BB2D3F; }
a.copy10red:hover { color: #BB2D3F; text-decoration: underline; }

.copy12 { color: #562B29; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif ; line-height: 16px}
a.copy12 { color: #562B29; font-weight: bold; text-decoration: none; }
a.copy12:visited { color: #562B29; }
a.copy12:hover { color: #562B29; text-decoration: underline; }

.copy12red { color: #BB2D3F; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif ; line-height: 16px}
a.copy12red { color: #BB2D3F; font-weight: bold; text-decoration: none; }
a.copy12red:visited { color: #BB2D3F; }
a.copy12red:hover { color: #BB2D3F; text-decoration: underline; }

.copy14 { color: #562B29; font-weight: normal; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif ; line-height: 18px}
a.copy14 { color: #562B29; font-weight: bold; text-decoration: none; }
a.copy14:visited { color: #562B29; }
a.copy14:hover { color: #562B29; text-decoration: underline; }

.copy14red { color: #BB2D3F; font-weight: normal; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif ; line-height: 18px}
a.copy14red { color: #BB2D3F; font-weight: bold; text-decoration: none; }
a.copy14red:visited { color: #BB2D3F; }
a.copy14red:hover { color: #BB2D3F; text-decoration: underline; }

.copy18 { color: #562B29; font-weight: normal; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif ; line-height: 22px}
a.copy18 { color: #562B29; font-weight: bold; text-decoration: none; }
a.copy18:visited { color: #562B29; }
a.copy18:hover { color: #562B29; text-decoration: underline; }

.copy18red { color: #BB2D3F; font-weight: normal; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif ; line-height: 22px}
a.copy18red { color: #BB2D3F; font-weight: bold; text-decoration: none; }
a.copy18red:visited { color: #BB2D3F; }
a.copy18red:hover { color: #BB2D3F; text-decoration: underline; }

/* ---------------- Begin Navigation  Classes --------------- */
.navLinkOn { color: #BB2D3F; font-size: 10px; line-height: 11px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding-bottom: 2px;}
a.navLinkOn { color: #BB2D3F; text-decoration: none; }
a.navLinkOn:visited { color: #BB2D3F; }

.navLink { color: #BB2D3F; font-size: 10px; line-height: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding-bottom: 2px;}
a.navLink { color: #BB2D3F text-decoration: none; }
a.navLink:visited { color: #BB2D3F; }
a.navLink:hover { text-decoration: underline;}

/* ---------------- begin Background elements --------------- */
.bgLeftSide { background-image:  url(images/trimLeft.gif); background-repeat: repeat-y; }
.bgRight { background-image:  url(images/TrimRight.gif); background-repeat: repeat-y; }
.bgTop { background-image:  url(images/trimTop.gif); background-repeat: repeat-x; }