<!--
   _fontSize = 9;
if(navigator.appName.toLowerCase().indexOf("netscape") >= 0)
{
   _fontSize = 10;
}

document.write('<style type="text/css">\n' + 
		'a:link {text-decoration: none; color#FFFFFE}\n' +
		'a:visited {text-decoration: none; color#FFFFFE}\n' +
		'a:active {text-decoration: none; color#CCCCCC}\n' +
		'a:hover {text-decoration: none; color:#CCCCCC}\n' );
document.write(	'p, select, input, .i02 {font-family:Arial, Verdana; font-size:'+(9+2)+'px}\n' );
document.write(	'p, select, input, .i03 {font-family:Arial, Verdana; font-size:'+(9+3)+'px}\n' );
document.write(	'p, select, input, .i05 {font-family:Arial, Verdana; font-size:'+(9+5)+'px}\n' );
document.write(	'p, select, input, .f01 {font-family:Verdana, Arial; font-size:'+(_fontSize+1)+'px}\n');
document.write(	'p, select, input, .f02 {font-family:Verdana, Arial; font-size:'+(_fontSize+2)+'px}\n' );
document.write(	'p, select, input, .f03 {font-family:Verdana, Arial; font-size:'+(_fontSize+3)+'px}\n' );
document.write(	'p, select, input, .f04 {font-family:Verdana, Arial; font-size:'+(_fontSize+4)+'px}\n' );
document.write(	'p, select, input, .f05 {font-family:Verdana, Arial; font-size:'+(_fontSize+5)+'px}\n' );
document.write(	'p, select, input, .f06 {font-family:Verdana, Arial; font-size:'+(_fontSize+6)+'px}\n' );
document.write(	'p, select, input, .f07 {font-family:Verdana, Arial; font-size:'+(_fontSize+7)+'px}\n' );
document.write(	'p, select, input, .f08 {font-family:Verdana, Arial; font-size:'+(_fontSize+8)+'px}\n' );
document.write(	'p, select, input, .f09 {font-family:Verdana, Arial; font-size:'+(_fontSize+9)+'px}\n' );
document.write(	'p, select, input, .f10 {font-family:Verdana, Arial; font-size:'+(_fontSize+10)+'px}\n');
document.write(	'p, select, input, .f12 {font-family:Verdana, Arial; font-size:'+(_fontSize+12)+'px}\n' );
document.write(	'p, select, input, .f14 {font-family:Verdana, Arial; font-size:'+(_fontSize+14)+'px}\n' );
document.write(	'p, select, input, .f16 {font-family:Verdana, Arial; font-size:'+(_fontSize+16)+'px}\n' );
document.write(	'p, select, input, .f18 {font-family:Verdana, Arial; font-size:'+(_fontSize+18)+'px}\n' );
document.write(	'p, select, input, .f20 {font-family:Verdana, Arial; font-size:'+(_fontSize+20)+'px}\n' );
document.write(	'p, select, input, .f24 {font-family:Verdana, Arial; font-size:'+(_fontSize+24)+'px}\n' );
document.write(	'p, select, input, .f28 {font-family:Verdana, Arial; font-size:'+(_fontSize+28)+'px}\n' );
document.write(	'p, select, input, .f32 {font-family:Verdana, Arial; font-size:'+(_fontSize+32)+'px}\n' );
document.write(	'p, select, input, .f36 {font-family:Verdana, Arial; font-size:'+(_fontSize+36)+'px}\n' );
document.write(	'p, select, input, .f40 {font-family:Verdana, Arial; font-size:'+(_fontSize+40)+'px}\n' );
document.write(	'p, select, input, .f45 {font-family:Verdana, Arial; font-size:'+(_fontSize+45)+'px}\n' );
document.write(	'p, select, input, .f50 {font-family:Verdana, Arial; font-size:'+(_fontSize+50)+'px}\n' );
document.write(	'p, select, input, .f55 {font-family:Verdana, Arial; font-size:'+(_fontSize+55)+'px}\n' );
document.write(	'p, select, input, .f60 {font-family:Verdana, Arial; font-size:'+(_fontSize+60)+'px}\n  </style>\n');
		
// -->
