body
{
   margin: 0;
   background-color: rgb(217,233,233);
   background-image: url(../_Images/Footer1.gif);
   font-family: Verdana, Arial, Serif;
}

.Txt, .Txt:link, .Txt:visited
{
   font-size: 11px;
   text-decoration: none;
   color: rgb(191,205,205);
}

.Txt:hover
{
   color: rgb(255,255,255);
}

.SelLbl
{
   font-size: 11px;
   color: rgb(138,184,194);
}

.SelTxt
{
   font-size: 11px;
   color: rgb(169,220,232);
}

.Status
{
   position: absolute;
   left: 0;
   top: 1px;
   width: 898px;
   height: 23px;
   background-color: rgb(188,216,216);
   color: rgb(57,97,99);
   font-family: Verdana, Arial, Serif;
   font-size: 11px;
   line-height: 12px;
   font-weight: normal;
   padding-top: 5px;
   padding-left: 8px;
   display: none;
}

.Error
{
   position: absolute;
   left: 0;
   top: 1px;
   width: 898px;
   height: 23px;
   background-color: rgb(255,204,0);
   color: rgb(0,0,0);
   font-family: Verdana, Arial, Serif;
   font-size: 11px;
   line-height: 12px;
   font-weight: normal;
   padding-top: 5px;
   padding-left: 8px;
   display: none;
}