/* CSS to match style mapping */
/* Sometimes only class is specified (no Tag specified) because
Levels can translate to one of H1 to H6 or DIV (depending on options)
Paragraph styles can translate to P or SPAN when inside of a heading (H1-H6)
*/


/* From Level Definitions */

.Title
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 18pt;
    color: #FFFFFF;
    text-align: center;
    margin-top: 36pt;
    margin-bottom: 18pt;
    padding-left: 2pt;
    border-left: 3pt solid #000080;
    padding-top: 2pt;
    border-top: 3pt solid #000080;
    padding-right: 2pt;
    border-right: 3pt solid #000080;
    padding-bottom: 2pt;
    border-bottom: 3pt solid #000080;
    background-color: #808080;
}

.Chapter
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    margin-top: 36pt;
    border-top: 1pt solid;
    border-bottom: 1pt solid;
    background-color: #C0C0C0;
}

.Part
{
    font-family: "Century Schoolbook",serif;
    font-weight: bold;
    font-size: 11pt;
    
    line-height: 12pt;
}

.Article
{
    font-family: "Times New Roman",serif;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    margin-top: 18pt;
    margin-bottom: 9pt;
    border-bottom: 1pt solid;
}

.Section
{
    font-family: "Times New Roman",serif;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 27pt;
}


/* From Paragraph Style Definitions */

.Note
{
    font-family: "Times New Roman",serif;
    font-style: italic;
    font-size: 12pt;
    margin-top: 9pt;
    margin-left: 90pt;
}

.Style1-A
{
    font-family: "Times New Roman",serif;
    font-size: 12pt;
    margin-top: 9pt;
    margin-left: 18pt;
}

.Style2-1
{
    font-family: "Times New Roman",serif;
    font-size: 12pt;
    margin-top: 9pt;
    margin-left: 36pt;
}

.Style3-a
{
    font-family: "Times New Roman",serif;
    font-size: 12pt;
    
    line-height: 12pt;
    margin-top: 9pt;
    margin-left: 54pt;
}

.Style4-1
{
    font-family: "Times New Roman",serif;
    font-size: 12pt;
    margin-top: 9pt;
    margin-left: 72pt;
}

.Style5-a
{
    font-family: "Times New Roman",serif;
    font-size: 12pt;
    margin-top: 9pt;
    margin-left: 90pt;
}

.Style6-i
{
    font-family: "Times New Roman",serif;
    font-size: 10pt;
    margin-top: 9pt;
    margin-left: 108pt;
}

.Style7-ii
{
    font-family: "Times New Roman",serif;
    font-size: 10pt;
    margin-top: 9pt;
    margin-left: 126pt;
}


/* From Field Definitions */

SPAN.Note
{
}

SPAN.Popup
{
}
