body { 
    margin: 0; 
    padding: 0;
}

table {
    font-family: arial; 
    font-size: 13px;
}

.lines {
    background-image: url('images/lines.png'); 
    background-repeat: repeat-x; 
    background-position: center 230px;
}

.bigTree {
    background-image: url('images/main_blank.png'); 
    background-repeat: no-repeat;
    background-position: left 30px;
}

.bigTreeHome {
    background-image: url('images/main.png'); 
    background-repeat: no-repeat;
    background-position: left 30px;
}

.contentheader {
    font-size: 23px; 
    margin-left: 20px; 
    margin-bottom: 10px; 
    font-weight: bold;
}

.content {
    font-size: 14px; 
    margin-left: 20px;
}

.footerlinks {
    font-size: 12px; 
    margin-bottom: 4px;
}

.footerlinks a {
    color: #000;
    font-size: 12px; 
}

.footernotice {
    font-size: 12px; 
    color: #8f8f8f;
}

.footernotice a {
    color: #8f8f8f;
}

.jobHeader {
    font-size: 16px;
    font-weight: bold;
}