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