

document.write("<STYLE TYPE='text/css'><!--");

if(navigator.appVersion.indexOf("Mac") > 1){

	// MAC IE NN

	document.write(".text8{font-size:8px; line-height:150%;}");
	document.write(".text10{font-size:10px; line-height:150%;}");
	document.write(".text12{font-size:12px; line-height:150%;}");

	document.write(".text8b{font-size:8px; font-weight:bold; line-height:150%;}");
	document.write(".text10b{font-size:10px; font-weight:bold; line-height:150%;}");
	document.write(".text12b{font-size:12px; font-weight:bold; line-height:150%;}");

}

else{

	if(navigator.appName.charAt(0) == "M"){

	// WIN IE

	document.write(".text8{font-size:8px; line-height:150%;}");
	document.write(".text10{font-size:10px; line-height:150%;}");
	document.write(".text12{font-size:12px; line-height:150%;}");

	document.write(".text8b{font-size:8px; font-weight:bold; line-height:150%;}");
	document.write(".text10b{font-size:10px; font-weight:bold; line-height:150%;}");
	document.write(".text12b{font-size:12px; font-weight:bold; line-height:150%;}");

	}

	else if(navigator.appName.charAt(0) == "N"){

	// WIN NN

	document.write(".text8{font-size:8px; line-height:150%;}");
	document.write(".text10{font-size:10px; line-height:150%;}");
	document.write(".text12{font-size:12px; line-height:150%;}");

	document.write(".text8b{font-size:8px; font-weight:bold; line-height:150%;}");
	document.write(".text10b{font-size:10px; font-weight:bold; line-height:150%;}");
	document.write(".text12b{font-size:12px; font-weight:bold; line-height:150%;}");

	}

	else{

	// WIN etc

	document.write(".text8{font-size:8px; line-height:150%;}");
	document.write(".text10{font-size:10px; line-height:150%;}");
	document.write(".text12{font-size:12px; line-height:150%;}");

	document.write(".text8b{font-size:8px; font-weight:bold; line-height:150%;}");
	document.write(".text10b{font-size:10px; font-weight:bold; line-height:150%;}");
	document.write(".text12b{font-size:12px; font-weight:bold; line-height:150%;}");

	}

}

document.write("body {margin: 0px 0px 10px 0px; color: #333333; background-color: #ffffff;}");

document.write("a:link {text-decoration: underline; color: #990000;}");
document.write("a:visited {text-decoration: underline; color: #990000;}");
document.write("a:active {text-decoration: underline; color: #cc3333;}");
document.write("a:hover {text-decoration: underline; color: #cc3333;}");

document.write(".white{color: #ffffff;}");

document.write("--></STYLE>");
