BODY {
        backgound-color:#FFFFFF;
        font-family: "verdana", "tahoma", "arial", "helvetica", sans-serif;
}

P {
        color:#000000;
        font-size:10px;
}

A {
        color:#0000FF;
        text-decoration:none;
}

A:visited {
        color:#0000FF;
        text-decoration:none;
}

A:hover {
        color:#919191;
        text-decoration:underline;
}

A:active {
        color:#919191;
        text-decoration:underline;
}


table.box {
        background-color:rgb(253,253,241);

}

table.box * {
        opacity:1;
}

TD {
        font-size:10px;
}

TD.header {
        background-color:#DEDEDE;
        padding:2px;
}

TD.message {
        backgound-color:#DEA5A5;
}

div#top {
        vertical-align:text-middle; 
        font-family:Times New Roman, Times, serif;
        font-size:36px;
        text-align:center;
        width:100%;
        height:134px;
        background: transparent url('images/top.png') no-repeat scroll 0 0;
}        

input {
        font-family: "verdana", "tahoma", "arial", "helvetica", sans-serif;
        font-size:10px;
        color: #000000;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        background-color:#FFFFFF;
        /*
        background-color:#B9B9B9;
        background-image: url(http://custsvc.westerntitle.net/images/input-bk.gif);
        background-repeat: repeat-x;
        */
}

input[type="submit"] {
        color:white;
        font-weight:bold;
        font-size:12px;
        background-color:rgb(157,182,199);
        text-align: center;
        width: 80px;
        height: 21px;
        background: transparent url('images/button.gif') no-repeat scroll 0 0;
        border: 0;
        display: block;
        overflow: hidden;
        padding-bottom:2px;
}

input.big {
        width: 210px;
        background: transparent url('images/button-big.gif') no-repeat scroll 0 0;
}

select {
        font-family: "verdana", "tahoma", "arial", "helvetica", sans-serif;
        font-size:10px;
        color: #000000;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        background-color:#FFFFFF;
        /*
        background-color:#B9B9B9;
        background-image: url(http://custsvc.westerntitle.net/images/input-bk.gif);
        background-repeat: repeat-x;
        */
}
textarea {
        font-family: "verdana", "tahoma", "arial", "helvetica", sans-serif;
        font-size:10px;
        color: #000000;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        background-color:#FFFFFF;
        /*
        background-color:#B9B9B9;
        background-image: url(http://custsvc.westerntitle.net/images/textarea-bk.gif);
        background-repeat: repeat-x;
        */

}
.plain {
        background-color:#FFFFFF;
        background-image: none;
}

H1 {
        font-size:18px;
}

H2 {
        font-size:14px;
}
H3 {
        font-size:12px;
        padding:0px;
        margin:0px;
}

  

.minor {
        color: #919191;
        font-size:9px;
}
        

.tborder {
        border-style:solid;
        border-width:1px;
        border-color:#919191;
}
        
.tabletop {
        background-color:#919191;
        color: #000000;
        font-weight:bold;
        font-size:12px;
        border-width:0px;
        padding:0px;
        spacing:0px;
        margin:0px;
        background-image: url(http://custsvc.westerntitle.net/images/td.gif);
        background-repeat: repeat-x;
}

.corner {
        font-size:10px;
        border-style:hidden;
        border-width:0px;
        padding:0px;
        spacing:0px;
        margin:0px;
}

table.order {
        width:100%;
}

table.order td {
        width:100%;
}