body {
    margin: 0; padding: 0;
    font-family: "Verdana CE", Verdana, sans-serif;
    font-size: 0.8em;
    background-color: #838281;
    color: #eee;
    background-image: url(../img/bg.png);
    background-position: center 0;
}
#LOUT {
    width: 800px;
    margin: auto;
}
#LOUT-HEADER {
    width: 800px;
    height: 172px;
    background-image: url(../img/head.png);
    background-repeat: no-repeat;
}
#LOUT-BANNER {
    width: 800px; height: 208px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
}
#LOUT-BANNER img {
    margin: 1px 0 0 76px;
}
#LOUT-CONTENT {
    background-color: #838281;
}
#LOUT-CONTENT-IN {
    margin: 0; padding: 16px;
}
#LOUT-FOOTER {
    background-color: #838281;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 4em 13px;
}
#LOUT-FOOTER-IN {
    margin: 0; padding: 16px 0;
}
#LOUT-FOOTER p {
    text-align: center;
    margin: 0 2em; padding: 0;
    font-size: 1.4em;
}

h1 {
    margin-top: 0;
    text-align: center;
    font-size: 1.9em;
    line-height: 1.4em;
}
h2 {
    font-size: 1.4em;
    line-height: 1.4em;
}
p, ul {
    line-height: 1.4em;
}
a {
    color: orange;
    text-decoration: none; 
}
a:hover {
    color: orange;
    border-bottom: 1px dotted orange; 
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
table th, table td {
    border-bottom: 1px solid #a5a4a3;
    padding: 4px 0;
}
table th {
    border-bottom: 1px solid #a5a4a3;
    padding: 16px 0 4px 0;
}
table tr.first th, table tr.first td {
    border-bottom: 1px solid #a5a4a3;
    padding: 0 0 4px 0;
}
table tr.last th, table tr.last td {
    border-bottom: none;
}
table .left {
    text-align: left;
}
table .hilight {
    font-weight: bold;
    color: orange;
}
.hidden {
    display: none;
}
.reference {
    text-align: center;
}
.reference img {
    margin: 1em auto;
    display: block;
}
