﻿BODY
{
    MARGIN-TOP: 15px;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Verdana
}
.customButton
{
    background-color: #4d90fe;
    border: 1px solid #3079ed;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 8px;
    color:#fff;
    font-weight:bold;
}
.customButton:hover
{
    background-color:#3681fe;
}
.StoryTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: black
}
.StoryDate
{
    FONT-SIZE: 8pt;
    COLOR: gray
}
.StoryDescription
{
    FONT-SIZE: 10pt;
    COLOR: black
}
.LeftLink
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana
}
A
{
    COLOR: blue;
    TEXT-DECORATION: none
}
.FootNote
{
    FONT-SIZE: 8pt
}
INPUT
{
    FONT-SIZE: 8pt
}
SELECT
{
    FONT-SIZE: 8pt
}
TD
{
    FONT-SIZE: 9pt
}
.PAFRLinks
{
    FONT-SIZE: 8pt;
    COLOR: blue
}
TEXTAREA
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana
}
TABLE.ThinBorder
{
    BORDER-RIGHT: silver thin solid;
    BORDER-TOP: silver thin solid;
    BORDER-LEFT: silver thin solid;
    BORDER-BOTTOM: silver thin solid
}
.TextOnly
{
    LEFT: 0pt;
    COLOR: #eeeeee;
    POSITION: absolute;
    TOP: 0px
}
.TextOnlyColor
{
    COLOR: #eeeeee
}