﻿.CredentialTitle
{
    display: block;
    font-weight: bold;
    font-size: 1em;
    color: #004123;
    font-family: Arial, Tahoma, Verdana;
    letter-spacing: -1px;
    margin-top: 20px;
    border-bottom: #004123 1px solid;
    padding-left: 2px;
    margin-bottom: 5px;
    clear: both;
}
.CredentialLabel
{
    font-size: 9pt;
    display: block;
    color: #5f6b78;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    clear: both;
    padding-top: 15px;
    margin-left: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.CredentialCheckList
{
    font-size: 9pt;
    color: #000000;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    margin-left: 15px;
    display: block;
}
.CredentialLabelOther
{
    font-size: 9pt;
    width: 49px;
    color: #5f6b78;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    clear: both;
    padding-top: 8px;
    margin-left: 26px;
    float: left;
}
.CredentialText
{
    font-size: .8em;
    color: #000000;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    display: block;
    text-justify: auto;
    line-height: 15pt;
    text-align: justify;
    padding-bottom: 15px;
}