body {
    background: #efefef url("/images/background.gif") repeat-x;
    background-position: 0px 35px;
    font-family:"Trebuchet MS",Arial,Helvetica;
    font-size: 1.0em;
}

.header {
    padding-top: 20px;
}

.footer {
    background-color: #d0d1d1;
    margin-bottom: 20px;
}

.footer-left {
    padding: 10px;
}

.footer-right {
    padding: 10px;
    text-align: right;
}

hr {
    border: 0px;
    background-color: transparent;
}

h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #cc3333;
}

h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}

.green {
    color: #06B54B;
}

.black {
    color: #000;
}

.red {
    color: #cc3333;
}