body
{
    margin: 0px;
    background-color: #3366ff;
}

#banner {
    text-align: center;
    margin: 0 auto;
}

#horizon
{
    color: white;
    background-color: #ffffcc;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block
}

#content
{
    font-family: Verdana, Geneva, Arial, sans-serif;
    margin-left: -175px;
    position: absolute;
    top: -75px;
    left: 50%;
    width: 310px;
    height: 120px;
    visibility: visible;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #ffffcc;
    border-right-color: #3333ff;
    border-left-color: #3333ff;
    border-bottom-color: #3333ff;
    border-top-color: #3333ff;
}

#receipt
{
    font-family: Verdana, Geneva, Arial, sans-serif;
    margin-left: -175px;
    position: absolute;
    top: -75px;
    left: 50%;
    width: 310px;
    height: 220px;
    visibility: visible;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #3366ff;
    border-right-color: #3333ff;
    border-left-color: #3333ff;
    border-bottom-color: #3333ff;
    border-top-color: #3333ff;
}

.bodytext
{
    font-size: 14px;
}

#footer
{
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    visibility: visible;
    display: block
}

a:link, a:visited
{
    color: #ffffcc;
    text-decoration: underline;
}

a:hover
{
    color: red;
    text-decoration: none
}

.captions
{
    color: white;
    font-size: 14px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    text-align: left
}

.labels
{
    color: #3366ff;
    font-family: Verdana, Geneva, Arial, sans-serif;
    text-align: right;
    font-weight: normal;
}

#caption1
{
    padding-left: 6px;
    border-left: 1px solid #ffffcc;
    position: absolute;
    top: -150px;
    left: -200px;
    width: 300px;
    height: 120px;
    visibility: visible;
    display: block
}

#caption2
{
    padding-left: 6px;
    border-left: 1px solid #ffffcc;
    position: absolute;
    top: 162px;
    left: 125px;
    width: 300px;
    height: auto;
    visibility: visible;
    display: block
}


