P
{
	FONT-FAMILY: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}
H2
{
    FONT-FAMILY: "Letter Gothic"; 
	font-size: 14pt; 
	color: #003366;
	text-align: center
}
TD
{
   FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
H3
{
    COLOR: #003366;
    FONT-FAMILY: "Letter Gothic"; 
	font-size: 12pt;
	text-align: center
}
H4
{
    FONT-FAMILY: "Letter Gothic"; 
	font-size: 10pt; 
	color: #003366;
	text-align: center
}
li 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

BODY
	{SCROLLBAR-ARROW-COLOR: #ff0000;
	SCROLLBAR-BASE-COLOR: #bfbfbf;
}

div.pauseddiv {
width: 100%;
height: 100%;
visibility: visible;
background-color: red;
position: absolute;
z-index: 1;
left: 0px;
top: 0px;
}

div.unpauseddiv {
width: 100%;
height: 100%;
visibility: hidden;
background-color: red;
position: absolute;
z-index: 1;
left: 0px;
top: 0px;
}
