/* Main Content */
div#content-body .errorMessage
{
    font-size: 12px !important; 
    line-height: 12px !important;   
}

/* Main Content */
div#content-body *
{
    font-size: 9px !important;
    line-height: 13px !important;
}

/* Content Heading Title 1 */
div#column-middle div#content-header span#ContentTitle,
div#column-middle-internal div#content-header span#ContentTitle
{
    font-size: 16px !important;
    line-height: 16px;
}

/* Content Heading 1 */
div#content-body h1 
{
    font-size: 16px !important; 
    line-height: 18px !important;
}

/* Content Heading 2 */
div#content-body h2 
{
    font-size: 12px !important; 
    line-height: 12px;
}

/* Content Heading 3 */
div#content-body h3,
div#content-body h4
{
    font-size: 9px !important;   
    line-height: 13px;  
}

/* Maintain Table Contents No Matter What the Font Size Is */
div#content-body table *
{
    font-size: 11px !important;
    line-height: 15px !important;
}
    
    

