document.writeln("<STYLE TYPE='text/css'><!--")

if(navigator.appVersion.indexOf("Mac") > 1){
	// MACINTOSH
	document.writeln(".v9{font-Size:9px; line-height:15px}")
	document.writeln(".v10{font-Size:10px; line-height:15px}")
	document.writeln(".j9{font-Size:9px; line-height:16px}")
	document.writeln(".j10{font-Size:12px; line-height:18px}")
	document.writeln(".j12, h1{font-Size:12px; line-height:17px}")
}
else{
	// WINDOWS AND OTHERS
	document.writeln(".v9{font-size:9px; line-height:14px}")
	document.writeln(".v10{font-size:10px; line-height:14px}")
	document.writeln(".j9{font-size:10px; line-height:16px}")
	document.writeln(".j10{font-size:12px; line-height:19px}")
	document.writeln(".j12, h1{font-size:14px; line-height:18px}")
}

document.writeln(".blank2{font-size:2px; line-height:2px}")
document.writeln(".blank3{font-size:3px; line-height:3px}")
document.writeln(".blank4{font-size:4px; line-height:4px}")
document.writeln(".blank5{font-size:5px; line-height:5px}")
document.writeln(".blank10{font-size:10px; line-height:10px}")
document.writeln(".blank15{font-size:15px; line-height:15px}")
document.writeln(".blank20{font-size:20px; line-height:20px}")

document.writeln("a:link{color:#0000ff}");
document.writeln("a:visited{color:#800080}");
document.writeln("a:active{color:#ff0000}");

document.writeln("--></STYLE>");	

