.clsButtonsTop
{
    background-color: #99ccff;
    width:100%;
    border:0;
    text-align: center;
}

.clsButtonsBottom
{
    background-color: white;
    width:100%;
    border:0;
    text-align: center;
}

.clsButtonOn
{
    BORDER-TOP: gold thin inset;
    BORDER-RIGHT: gold thin inset;
    BORDER-LEFT: gold thin inset;
    BORDER-BOTTOM: gold thin inset;
    PADDING-TOP: 3pt;
    PADDING-RIGHT: 3pt;
    PADDING-LEFT: 3pt;
    PADDING-BOTTOM: 3pt;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    MARGIN: 8pt;
    COLOR: black;
    BACKGROUND-COLOR: lightyellow;
    text-align: center;
    CURSOR: hand;
}
.clsButtonOff
{
    BORDER-TOP: gold thin outset;
    BORDER-RIGHT: gold thin outset;
    BORDER-LEFT: gold thin outset;
    BORDER-BOTTOM: gold thin outset;
    PADDING-TOP: 3pt;
    PADDING-RIGHT: 3pt;
    PADDING-LEFT: 3pt;
    PADDING-BOTTOM: 3pt;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    MARGIN: 8pt;
    CURSOR: default;
    COLOR: black;
    BACKGROUND-COLOR: lightyellow;
    text-align: center;
}
	
BODY
{
	Font: 10pt Arial;
	Margin-Left: 1;
	Margin-Right: 1;
	Margin-Top: 0;
}


H1
{
	background-color: #ffffcc;
	color: darkblue;
	font: 15pt Arial;
	text-align: center;
}


H2
{
	background-color: white;
	color: darkblue;
	font: 12pt Arial;
	text-align: center;
}


.clsScreenTitle
{
	color: darkblue;
	font: bold 24pt Arial;
	text-align: center;
}


.clsErrorText
{
	Background-Color: white;
	Color: red;
	Font: 12pt Arial;
	Text-Align: center;
}


.clsTableInput
{
	Background-Color: LightSkyBlue;
	Color: black;
	Font: 10pt Arial;
}


.clsTableText
{
	Color: black;
	Font: bold 10pt Arial;
}


.clsTableInputReadOnly
{
	Background-Color: yellow;
	Color: black;
	Font: 10pt Arial;
}


.clsGridTable
{
	Background-Color: lightBlue;
	border-color: darkblue;
	Color: black;
	Font: 10pt Arial;
	}


.clsPositionTable
{
	Font: 10pt Arial;
}
	