BODY
{
	FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white
}
A
{
    COLOR: black;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: red;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: underline
}
A.sml
{
    COLOR: black;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: underline
}
A.sml:hover
{
    COLOR: red;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: underline
}
TD
{
    FONT-SIZE: 9pt
}
TH
{
    FONT-SIZE: 9pt
}
P
{
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    PADDING-TOP: 0px
}
.altcol
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: black
}
.altcol_msg
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: red
}
.sml
{
    FONT-SIZE: 8pt;
}
.altcol_sml
{
    FONT-SIZE: 8pt;
    COLOR: black
}
.altcol_big
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    COLOR: black
}
.altcol_huge
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 15pt;
    COLOR: black
}
TD.bottomline
{
    BORDER-BOTTOM: black 1px solid
}
TABLE
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px
}
.table_fullwidth
{
	width: 100%
}
.button
{
    BORDER-RIGHT: black thin solid;
    BORDER-TOP: black thin solid;
    BORDER-LEFT: black thin solid;
    BORDER-BOTTOM: black thin solid;
    CURSOR: hand;
    COLOR: black;
    BACKGROUND-COLOR: white;
    FONT-SIZE: 9pt
}
.input
{
    BORDER-RIGHT: black thin solid;
    BORDER-TOP: black thin solid;
    BORDER-LEFT: black thin solid;
    BORDER-BOTTOM: black thin solid;
    BACKGROUND-COLOR: white;
    FONT-SIZE: 9pt
}
.readonly
{
    BACKGROUND-COLOR: lightgrey;
}
.i
{
	/*background: #ffdab9;
	height: 4in;*/
	border-top: 3px outset #ffffff;
	border-right: 3px outset #ffffff;
	border-left: 3px outset #ffffff;
	border-bottom: 3px outset #ffffff
}
.on
{
	/*background: #ffdab9;
	text-align: center;*/
	color: red;
    FONT-SIZE: 8pt;
	/*font-weight: bolder;*/
	border-right: 3px outset #ffffff;
	border-left: 3px outset #ffffff;
	border-top: 3px outset #ffffff
}
.off
{
	background: #dcdcdc;
	/*text-align: center;*/
    FONT-SIZE: 8pt;
	border-right: 3px outset #ffffff;
	border-left: 3px outset #ffffff;
	border-bottom: 3px inset #ffffff
}
.o
{
	position: absolute;
	/*top: 0px;*/
	width: 98%;
	/*visibility: hidden*/
	display: none
}
.nota
{
	background: #ffffff
}

