/* plmainstyle.css*/

body
{
    background: #FFFFFF;
}

H1
{
    text-align: left;
    font-size: 20pt;
    font-weight: normal;
    color: #000099;
}

H2
{
    text-align: left;
    font-size: 15pt;
    font-weight: normal;
    color: #0000CC;
}

H3
{
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
    color: #0000FF;
}

H5
{
    text-align: left;
    font-size: 15pt;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 0;
}

H6
{
    text-align: left;
    font-size: medium;
    font-weight: normal;
}

P
{
    text-align: justify;
    font-size: medium;
    line-height: 13pt;
}

P.spc
{
    text-align: justify;
    font-size: medium;
    font-weight: bold;
    color: #FF0000;
    line-height: 13pt;
}

ul
{
    margin-left: 20;
    list-style-type: circle;
}

span.hlight
{
    background: #FFFF00;
    color: black;
}

IMG.head
{
    position: relative;
    top: 7;
    left: -5;
    float: right;
}
IMG.right
{
    float: right;
}
IMG.left
{
    float: left;
}
IMG.arrow
{
    position: relative;
    top: 7;
    left: 0;
    float: right;
}

A:link
{
    color: #000000;
}
A:visited
{
    color: #000000;
}
A:hover
{
    color: #FF0000;
}

