body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
.style1 {
        font-family: Tahoma;
        font-size: 10px;
        color: #8a8a8a;
}
.style2 {
        font-family: Tahoma;
        font-size: 10px;
        font-weight: bold;
        color: #646464;
}
.style3 {
        font-family: Tahoma;
        font-size: 10px;
        color: #214085;
}
a {
        font-family: Tahoma;
        font-size: 10px;
        color: #214085;
        font-weight: bold;
}
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #214085;
}
a:hover {
        text-decoration: underline;
        color: #214085;
}
a:active {
        text-decoration: none;
        color: #646464;
}
.button1 {
        border:0px;
        background-image:url(images/search.jpg);
        width:48px;
        height:24px;
        cursor: hand;
        cursor: pointer;
}
.button2 {
        border:0px;
        background-image:url(images/clear.gif);
        width:60px;
        height:17px;
        cursor: hand;
        cursor: pointer;

}
.button3 {
        border:0px;
        background-image:url(images/submit.gif);
        width:60px;
        height:17px;
        cursor: hand;
        cursor: pointer;

}
.input1 {
        background-color: #FFFFFF;
        font-family:Tahoma;
        font-size:11px;
        color:#252525;
        border-left:3px outset #DCDBDB;
        border-top:3px outset #DCDBDB;
        border-right:1px solid #DCDBDB;
        border-bottom:1px solid #DCDBDB;
        width: 157px;
        height: 21px;
        margin-bottom: 0px;
        padding-left: 5px;
        padding-top:0px;
}
.input2 {
        background-color: #E8E7ED;
        font-family:Tahoma;
        font-size:10px;
        color:#214085;
        border:1px solid #D0D0D0;
        width: 162px;
        height: 16px;
        margin-bottom: 6px;
        padding-left: 5px;
        padding-top:0px;
}
.input3 {
        background-color: #E8E7ED;
        font-family:Tahoma;
        font-size:10px;
        color:#214085;
        border:1px solid #D0D0D0;
        width: 162px;
        height: 63px;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-top:0px;
        overflow:auto;
}
