html, body {
    padding: 0px;
    margin: 0px;
    font-family: serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: sans-serif;
}

.logo {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 241px;
    height: 249px;
    background: transparent url('emblem.png') no-repeat scroll right top;
    margin-top: 15px;
    margin-right: 15px;
}

.content {
    
    margin: 15px 271px 15px 15px;
}

.content p {
    margin-left: 20px;
}

.content table {
    margin-left: 20px;
    border-spacing: 0px;
}

#warning {
    color: red;
}

#amount {
    width: 6em;
    text-align: right;
}

#remit {
    background-color: yellow;
}

ul {
    list-style-type: none;
}

.autocomplete {
    font-family: Tahoma;
    font-size: 8pt;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
}

.autocomplete_item {
    padding: 1px;
    padding-left: 5px;
    color: black;
    width: 100%;
}

.autocomplete_item_highlighted {
    padding: 1px;
    padding-left: 5px;
    color: white;
    background-color: #0A246A;
}