select.Fixedbackground {
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-position: bottom;
}
select.Fixedbackground A:link {
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-position: bottom;
}
select.Fixedbackground A:visited {
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-position: bottom;
}
select.Fixedbackground A:hover {
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-position: bottom;
}
select.Fixedbackground A:active {
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-position: bottom;
}
select.red {
   border-width: medium;
   border-color: #E40000;
   border-style: double;
}
select.red A:link {
   font-family: verdana;
   font-size: 12px;
   color: #33485E;
   text-decoration: none;
}
select.red A:visited {
   font-family: verdana;
   font-size: 12px;
   color: #33485E;
   text-decoration: none;
}
select.red A:hover {
   font-family: verdana;
   font-size: 12px;
   color: #33485E;
   text-decoration: none;
}
select.red A:active {
   font-family: verdana;
   font-size: 12px;
   color: #33485E;
   text-decoration: none;
}
select.default {
   font-family: verdana;
   font-size: 12px;
   color: #33485E;
}
select.default A:link {
   font-family: verdana;
   font-size: 12px;
   color: #33485E;
}
select.default A:visited {
   font-family: verdana;
   font-size: 12px;
   color: #33485E;
}
select.default A:hover {
   font-family: verdana;
   font-size: 12px;
   color: #33485E;
}
select.default A:active {
   font-family: verdana;
   font-size: 12px;
   color: #33485E;
}
