BODY
{
    BACKGROUND-COLOR: #f0fff0;
    COLOR: #99102f;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt
}
A:link
{
    COLOR: blue;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none
}
A:visited
{

    text-decoration:none;
    FONT-SIZE: 10pt;
    COLOR: blue
}
A:hover 
{ 
	text-decoration:underline;
	FONT-SIZE: 10pt;
	color:#ff0000 
}
A:active 
{ 
	text-decoration:none;
	FONT-SIZE: 10pt;
	color:#0000FF 
}
H1
{
    COLOR: green;
    FONT-FAMILY: Arial Bold;
    FONT-SIZE: 25pt;
    TEXT-ALIGN: center
}
H2
{
    COLOR: green;
    FONT-FAMILY: Arial Bold;
    FONT-SIZE: 18pt;
    TEXT-ALIGN: center
}

TR
{
    BACKGROUND-COLOR: #f0fff4;
    BORDER-BOTTOM: purple;
    BORDER-LEFT: purple;
    BORDER-RIGHT: purple;
    BORDER-TOP: purple;
    COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    VISIBILITY: inherit
}
.TRtotal
{
    BACKGROUND-COLOR: green;
    BORDER-BOTTOM: purple;
    BORDER-LEFT: purple;
    BORDER-RIGHT: purple;
    BORDER-TOP: purple;
    COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt
}
TD
{
    BACKGROUND-COLOR: #f0fff4;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    TEXT-ALIGN: LEFT;
    TEXT-VALIGN: TOP;
    VISIBILITY: inherit
}
TABLE
{
    PADDING-LEFT: 2pt;
    PADDING-RIGHT: 2pt;
    TEXT-ALIGN: center
}
TR.Warning
{
    BACKGROUND-COLOR: red;
    COLOR: white
}
TR TR.Warning
{
    BACKGROUND-COLOR: red;
    COLOR: white
}
DIV
{
    FONT-SIZE: 8pt;
}
