.input{
     border: 1px inset;
     border-color: #000000 #000000 #000000 #000000;
     border-bottom-style: outset;
     border-left-style: outset;
     border-right-style: outset;
     border-top-style: outset;
     font-family: verdana;
     color: #000000;
     font-size: 12px;
     font-style: normal;
     background-color: #99CC99;
     font-weight: bold;
     background-image: url(../images/input_bg.gif);
}

.textBG{
     border: 1px inset;
     border-color: #000000 #000000 #000000 #000000;
     border-bottom-style: outset;
     border-left-style: outset;
     border-right-style: outset;
     border-top-style: outset;
     font-family: courier;
     color: #000000;
     font-size: 12px;
     font-style: normal;
     background-color: #99CC99;
     font-weight: normal;
     background-image: url(../images/input_bg.gif);
}

.button{
     border: 2px inset;
     border-color: #568DE9 #000000 #000000 #568DE9;
     border-bottom-style: outset;
     border-left-style: outset;
     border-right-style: outset;
     border-top-style: outset;
     font-family: verdana;
     color: #ffffff;
     font-size: 10px;
     font-style: normal;
     font-weight: bold;
     background-color: #1852B1;
}

.red{
     border: 2px inset;
     border-color: #ff6666 #000000 #000000 #ff6666;
     border-bottom-style: outset;
     border-left-style: outset;
     border-right-style: outset;
     border-top-style: outset;
     font-family: verdana;
     color: #ffffff;
     font-size: 10px;
     font-style: normal;
     font-weight: bold;
     background-color: #990000;
}

.checked{
     border: 2px inset;
     border-color: #ff6666 #000000 #000000 #ff6666;
     border-bottom-style: outset;
     border-left-style: outset;
     border-right-style: outset;
     border-top-style: outset;
     font-family: verdana;
     color: #ffffff;
     font-size: 10px;
     font-style: normal;
     font-weight: bold;
     background-color: #990000;
     width: 105;
}

A:link {text-decoration:underline; color: #094FC1; font-family: verdana; font-size: 10px; font-weight:bold;}
A:visited {text-decoration: underline; color: #094FC1; font-family: verdana;font-size: 10px; font-weight: bold}
A:active {text-decoration: underline; color:#094FC1; font-family: verdana; font-size: 10px; font-weight: bold;}
A:hover {text-decoration:none; color: #094FC1; font-family: verdana; font-size: 10px; font-weight: bold;}

.textdeco{
     text-decoration: overline;
}
