header {
    background: url("../images/header.jpg") no-repeat;
    width: 100%;
    height: 100px;
}

.error {
    color: #cc1111;
    font-weight: bold;
}

header h1 {
    display: none;
}

label {
    font-size: 14px;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

body {
    font-family: Verdana,Arial Narrow,  helvetica, sans-serif;
    margin-top: 0px;
    margin-left: 5px;
}

h2, h5 {
    font-weight: normal;
}

#info {
    border-top: 5px solid #06213F;
}

p {
    font-size: 14px;
}

table {
    border: 0px;
    width: 100%;
}

#info h2 {
    background: #E3E5EE;
    font-weight: bold;
    font-size: 90%;
    text-align: left;
    padding: 5px;
}

.footer {
    border-top: 2px solid #111;
}

.footer h5 {
    margin: 10px;
}
