/* 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 */

.ABC
{
    font-family: "Times New Roman CE",serif;
    font-weight: bold;
    font-size: 20pt;
    color: #FFFFEE;
    background-color: #009900;
    text-align: justify;
    margin-top: 5pt;
    margin-bottom: 18pt;
    border-left: 1pt solid #006600;
    border-top: 1pt solid #006600;
    border-right: 2pt solid #006600;
    border-bottom: 2pt solid #006600;
}

.Nv
{
    font-family: "Times New Roman CE",serif;
    font-size: 11pt;
    text-align: justify;
    margin-top: 9pt;
}


/* From Paragraph Style Definitions */

.Kp
{
    font-family: "Times New Roman CE",serif;
    font-size: 10pt;
    text-align: justify;
    margin-bottom: 9pt;
}


/* From Character Style Definitions */

SPAN.alsindex
{
    font-family: "Times New Roman CE",serif;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    color: #000000;
    vertical-align: sub;
}

SPAN.felsindex
{
    font-family: "Times New Roman CE",serif;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    vertical-align: super;
}


/* From Field Definitions */

SPAN.Foglalkozs
{
    font-style: normal;
    font-weight: bold;
    font-size: 11pt;
    color: #000000;
}

SPAN.Hallozs
{
    font-style: normal;
    font-weight: bold;
    font-size: 11pt;
    color: #000000;
}

SPAN.Nv
{
    font-family: "Arial CE",sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    color: #000000;
}

P.toc
{
    font-family: arial,sans-serif;
    font-size: 9pt;
    margin: 0,0,0,0;
    text-indent: 0pt;
}

P
{
    font-size: 11pt;
    margin: 0,0,5,0;
    text-indent: -0pt;
}

SPAN.Nv-teljes
{
    font-family: "Arial CE",sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    color: #000000;
}

SPAN.Note
{
}

SPAN.Popup
{
}

SPAN.Szlets
{
    font-style: normal;
    font-weight: bold;
    font-size: 11pt;
    color: #000000;
}
