a.black {
   color: 000000;
   text-decoration: none;
}

a.black:hover {
   text-decoration: underline;
}

a.link {
   color: B53229;
   text-decoration: none;
}

a.link:hover {
   text-decoration: underline;
}

a.nav {
   color: ffffff;
   text-decoration: none;
}

a.nav:hover {
   text-decoration: underline;
}

a.white {
   color: ffffff;
   text-decoration: none;
}

a.white:hover {
   text-decoration: underline;
}

select.dropdown {
   background-color: F2E8DA;
   color: 302E2C;
   font-family: Arial, Geneva, Helvetica;
   font-size: 11px;
   height: 17px;
   line-height: 13px;
}

.t1 {
   color: 000000;
   font-family: Arial, Geneva, Helvetica;
   font-size: 9px;
   line-height: 10px;
}

.t3 {
   color: 000000;
   font-family: Arial, Geneva, Helvetica;
   font-size: 11px;
   line-height: 15px;
}

.t3white, .snText, .snText * {
   color: ffffff;
   font-family: Arial, Geneva, Helvetica;
   font-size: 11px;
   line-height: 13px;
}

.b {
   font-weight: bold;
}