body {
    font-family: Georgia, Times, serif;
    background-color: #fff;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    text-align:left;
    }

#mainNav,
#presents,
#pagination,
#footerWrapper,
#footer,
#featuredWrapper {
    display: none;
    }  

a:link, a:visited {
    color: #000;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    }
    
#header h1 {
    font-size: 16px;
    line-height: 14px;
    font-weight: normal;
    }

#header h2 {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    }

#pageTitle {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    }

#pageTitle h1 {
    font-size: 18px;
    line-height: 16px;
    }
    
#pageTitle h2, #pageTitle h3, #pageTitle h4 {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;   
    }    

#pageTitle img {
    float: left;
    margin: 10px 10px 0 0;
    }

    
#content h6 {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}

#content p {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px 0;
    padding: 0;
}

.resultTable {
    width: auto;
    text-align: left;
    border-collapse: collapse;
    margin: 30px 0;
}

.resultTable caption {
    background-color: #efefef;
    text-align: left;
    border-collapse: collapse;
    margin: 0;
    padding: 5px 0;
    width: auto;
    
}

.resultTable td {
    border-top: 1px solid #999;
    padding: 5px;
    }

