﻿STRONG INPUT
{
    BACKGROUND-COLOR: darkblue;
    BORDER-BOTTOM: blue outset;
    BORDER-LEFT: blue outset;
    BORDER-RIGHT: blue outset;
    BORDER-TOP: blue outset;
    COLOR: white;
    FONT-FAMILY: System, sans-serif;
    FONT-WEIGHT: bold;
    WIDTH: 256px
}
BODY
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    font-family : Verdana;
    font-size : 10pt;
}
FORM TD
{
    COLOR: darkblue
}

table
{
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0; 
	BACKGROUND-COLOR: #FFFFFF;
	FONT-SIZE: 10pt;
}

td {
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0; }


TH
{
    BACKGROUND-COLOR: #87e4ff;
    COLOR: navy
}
tblContent
{
	BACKGROUND-COLOR: white;
}

H1
{
    COLOR: orange;
    FONT-SIZE: 15pt;
    FONT-STYLE: normal;
    text-align :center;
}
TH H1
{
    MARGIN: 0px
}
H2
{
    COLOR: orange;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    text-align :center;
}
A
{
    COLOR: darkblue;
    TEXT-DECORATION: none
}
