body {
    background: white;

    color: #333;
    font-family: 'helvetica neue', arial, sans-serif;
}

table.main {
    position: relative;
    width: 760px;
    height: 100%;
    margin: 0px auto;
}

#content h1 {
    font-size: 24px;
    line-height: 1.0em;
    color: #2C6075;
    font-weight: normal;
    margin-bottom: 12px;
}

#content h2 {
    font-size: 18px;
    line-height: 1.0em;
    color: #2C6075;
    font-weight: normal;
    margin-bottom: 12px;
    padding-top: 12px;
}

#content h3 {
    font-size: 14px;
    line-height: 1.0em;
    color: #2C6075;
    font-weight: normal;
    margin-bottom: 12px;
}

#content p {
    font-size: 12px;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border: 0px solid black;
}




