.text {
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #666633;
        text-decoration: none;
        padding-left: 20px;
}
.text1 {
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #666633;
        text-decoration: none;
        text-align: center;
}
.BlackText {
        font-family: Tahoma;
        font-size: 11px;
        color: #000000;
        text-decoration: none;
}
.red {
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #FF0000;
        text-decoration: none;
}
.orange {
        font-family: tahoma;
        font-size: 11px;
        color: #FF9900;
        text-decoration: underline;
}
input {
        font-family: tahoma;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #666633;
        border: 1px solid #000000;
        width: 150px;
        margin: 0px;
        padding: 0px;
        text-align: center;
}
.pic_r  { margin-left:10px; float:right; }
.pic_l  { margin-right:10px; float:left; }
