@charset "utf-8";
/* CSS Document */

 <STYLE TYPE="TEXT/CSS">
<!--
body,td,th {
	font-family: Comic Sans Ms, Tahoma, Verdana;
	font-size:large;
	color: black; 
	
}

-->

<!--A:link	{color:#8F060D;	}A:hover	{color:#FF0000;	}A:active	{color:#FF0000;	}//.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style1 {color: #FFFFFF}
.style2 {color: #FFFFFF; font-size: 24px; }
.style3 {
	color: #000000;
	font-size: 16px;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style5 {color: #000000; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style6 {color: #000000}
 
-->
</STYLE>
<SCRIPT language=Javascript>

<!--

var helpwin = null;

function InfoWindow(strURL, width, height)

{

          if (!helpwin || helpwin.closed)

          {

                   helpwin = window.open(strURL, 'infopopup'+width+height,'width='+width+',height='+height+',dependent=yes,location=no,menubars=no,toolbars=no,resizable=yes,scrollbars=no');

          }

          else

          {

                   helpwin.close();

                   helpwin = window.open(strURL, 'infopopup'+width+height,'width='+width+',height='+height+',dependent=yes,location=no,menubars=no,toolbars=no,resizable=yes,scrollbars=no');

          }

          helpwin.focus();

}

//-->

</SCRIPT>