.small
{
    FONT-SIZE: smaller;
    COLOR: green;
    FONT-FAMILY: 'Times New Roman'
}
.label
{
    FONT-SIZE: 10pt;
    COLOR: maroon;
    FONT-FAMILY: 'Arial Narrow', 'Microsoft Sans Serif'
}
.just
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: 'Times New Roman';
    TEXT-ALIGN: justify;
    TEXT-COLOR: blue
}
.tinyjust
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: 'Times New Roman';
    TEXT-ALIGN: justify;
    TEXT-COLOR: blue
}
TD
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    FONT-FAMILY: 'Times New Roman', Times
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    COLOR: maroon;
    FONT-FAMILY: 'Times New Roman'
}
BODY
{
    FONT-SIZE: 12pt;
    FONT-FAMILY: 'Times New Roman'
}
LI
{
    COLOR: red;
    FONT-FAMILY: 'Times New Roman';
    LIST-STYLE-TYPE: square
}
UL
{
    COLOR: black;
    FONT-FAMILY: 'Times New Roman'
}
P
{
    FONT-FAMILY: 'Times New Roman'
}
A:link
{
    FONT-FAMILY: 'Times New Roman';
    TEXT-DECORATION: none
}
A:visited
{
    FONT-FAMILY: 'Times New Roman';
    TEXT-DECORATION: none
}
A:active
{
    FONT-FAMILY: 'Times New Roman';
    TEXT-DECORATION: none
}
A
{
    FONT-FAMILY: 'Times New Roman'
}
A:link
{
    COLOR: #222222
}
A:visited
{
    COLOR: #222222
}
A:active
{
    FONT-SIZE: 100%;
    COLOR: #222222
}
A:hover
{
    COLOR: blue;
    FONT-FAMILY: 'Times New Roman'
}
INPUT.btn
{
    BORDER-RIGHT: #363 1px solid;
    BORDER-TOP: #696 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 84%;
    FILTER: progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
    BORDER-LEFT: #696 1px solid;
    COLOR: #005500;
    BORDER-BOTTOM: #363 1px solid;
    FONT-FAMILY: 'Times New Roman';
    BACKGROUND-COLOR: #fed
}
INPUT.btnhov
{
    BORDER-LEFT-COLOR: #c63;
    BORDER-BOTTOM-COLOR: #930;
    BORDER-TOP-COLOR: #c63;
    FONT-WEIGHT: bold;
    FONT-FAMILY: 'Times New Roman';
    FILTER: progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
    BORDER-RIGHT-COLOR: #930
    FONT-SIZE: 84%;
    COLOR: #005500;
    BACKGROUND-COLOR: #fed
}

