var bVersion = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
document.writeln("<style type='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1){
	if( bName == "M"){ // Macintosh
	// Internet Explorer and Opera
		document.writeln(".styleS   { font-size: 10px; }");
		document.writeln(".styleS14 { font-size: 10px; line-height:14px; }");
		document.writeln(".styleS16 { font-size: 10px; line-height:16px; }");
		document.writeln(".styleS18 { font-size: 10px; line-height:18px; }");
		document.writeln(".styleM   { font-size: 12px; }");
		document.writeln(".styleM16 { font-size: 12px; line-height:16px; }");
		document.writeln(".styleM18 { font-size: 12px; line-height:18px; }");
		document.writeln(".styleM20 { font-size: 12px; line-height:20px; }");
		document.writeln(".styleL   { font-size: 14px; }");
		document.writeln(".styleL18 { font-size: 14px; line-height:18px; }");
		document.writeln(".styleL20 { font-size: 14px; line-height:20px; }");
		document.writeln(".styleL22 { font-size: 14px; line-height:22px; }");
	} else if(navigator.appName.indexOf("Safari")){
	// Safari
		document.writeln(".styleS   { font-size: 10px; font-family: sans-serif; }");
		document.writeln(".styleS14 { font-size: 10px; line-height: 14px; font-family: sans-serif; }");
		document.writeln(".styleS16 { font-size: 10px; line-height: 16px; font-family: sans-serif; }");
		document.writeln(".styleS18 { font-size: 10px; line-height: 18px; font-family: sans-serif; }");
		document.writeln(".styleM   { font-size: 12px; font-family: sans-serif; }");
		document.writeln(".styleM16 { font-size: 12px; line-height: 16px; font-family: sans-serif; }");
		document.writeln(".styleM18 { font-size: 12px; line-height: 18px; font-family: sans-serif; }");
		document.writeln(".styleM20 { font-size: 12px; line-height: 20px; font-family: sans-serif; }");
		document.writeln(".styleL   { font-size: 14px; font-family: sans-serif; }");
		document.writeln(".styleL18 { font-size: 14px; line-height: 18px; font-family: sans-serif; }");
		document.writeln(".styleL20 { font-size: 14px; line-height: 20px; font-family: sans-serif; }");
		document.writeln(".styleL22 { font-size: 14px; line-height: 22px; font-family: sans-serif; }");
	} else {
		if( bVersion < 5 ){
		// Netscape Communicator 4.x
			document.writeln(".styleS   { font-size: 10px; }");
			document.writeln(".styleS14 { font-size: 10px; line-height: 14px; }");
			document.writeln(".styleS16 { font-size: 10px; line-height: 16px; }");
			document.writeln(".styleS18 { font-size: 10px; line-height: 18px; }");
			document.writeln(".styleM   { font-size: 12px; }");
			document.writeln(".styleM16 { font-size: 12px; line-height: 16px; }");
			document.writeln(".styleM18 { font-size: 12px; line-height: 18px; }");
			document.writeln(".styleM20 { font-size: 12px; line-height: 20px; }");
			document.writeln(".styleL   { font-size: 14px; }");
			document.writeln(".styleL18 { font-size: 14px; line-height: 18px; }");
			document.writeln(".styleL20 { font-size: 14px; line-height: 20px; }");
			document.writeln(".styleL22 { font-size: 14px; line-height: 22px; }");
		}else{
		// Netscape 6.x 7.x
			document.writeln(".styleS   { font-size: 10px; font-family: sans-serif; }");
			document.writeln(".styleS14 { font-size: 10px; line-height: 14px; font-family: sans-serif; }");
			document.writeln(".styleS16 { font-size: 10px; line-height: 16px; font-family: sans-serif; }");
			document.writeln(".styleS18 { font-size: 10px; line-height: 18px; font-family: sans-serif; }");
			document.writeln(".styleM   { font-size: 12px; font-family: sans-serif; }");
			document.writeln(".styleM16 { font-size: 12px; line-height: 16px; font-family: sans-serif; }");
			document.writeln(".styleM18 { font-size: 12px; line-height: 18px; font-family: sans-serif; }");
			document.writeln(".styleM20 { font-size: 12px; line-height: 20px; font-family: sans-serif; }");
			document.writeln(".styleL   { font-size: 14px; font-family: sans-serif; }");
			document.writeln(".styleL18 { font-size: 14px; line-height: 18px; font-family: sans-serif; }");
			document.writeln(".styleL20 { font-size: 14px; line-height: 20px; font-family: sans-serif; }");
			document.writeln(".styleL22 { font-size: 14px; line-height: 22px; font-family: sans-serif; }");
		}
	}
} else {
	if( bName == "M"){
	// Internet Explorer
		document.writeln(".styleS   { font-size: 10px; letter-spacing: 1px; }");
		document.writeln(".styleS14 { font-size: 10px; line-height: 14px; letter-spacing: 1px; }");
		document.writeln(".styleS16 { font-size: 10px; line-height: 16px; letter-spacing: 1px; }");
		document.writeln(".styleS18 { font-size: 10px; line-height: 18px; letter-spacing: 1px; }");
		document.writeln(".styleM   { font-size: 12px; letter-spacing: 1px; }");
		document.writeln(".styleM16 { font-size: 12px; line-height: 16px; letter-spacing: 1px; }");
		document.writeln(".styleM18 { font-size: 12px; line-height: 18px; letter-spacing: 1px; }");
		document.writeln(".styleM20 { font-size: 12px; line-height: 20px; letter-spacing: 1px; }");
		document.writeln(".styleL   { font-size: 14px; letter-spacing: 1px; }");
		document.writeln(".styleL18 { font-size: 14px; line-height: 18px; letter-spacing: 1px; }");
		document.writeln(".styleL20 { font-size: 14px; line-height: 19px; letter-spacing: 1px; }");
		document.writeln(".styleL22 { font-size: 14px; line-height: 22px; letter-spacing: 1px; }");
	}else{
		if( bVersion < 5 ){
		// Netscape Communicator 4.x
			document.writeln(".styleS   { font-size: 11px; }");
			document.writeln(".styleS14 { font-size: 11px; line-height: 14px; }");
			document.writeln(".styleS16 { font-size: 11px; line-height: 16px; }");
			document.writeln(".styleS18 { font-size: 11px; line-height: 18px; }");
			document.writeln(".styleM   { font-size: 13px; }");
			document.writeln(".styleM16 { font-size: 13px; line-height: 16px; }");
			document.writeln(".styleM18 { font-size: 13px; line-height: 18px; }");
			document.writeln(".styleM20 { font-size: 13px; line-height: 20px; }");
			document.writeln(".styleL   { font-size: 14px; }");
			document.writeln(".styleL18 { font-size: 14px; line-height: 18px; }");
			document.writeln(".styleL20 { font-size: 14px; line-height: 20px; }");
			document.writeln(".styleL22 { font-size: 14px; line-height: 22px; }");
		}else{
		// Netscape 6.x 7.x
			document.writeln(".styleS   { font-size: 11px; font-family: sans-serif; }");
			document.writeln(".styleS14 { font-size: 11px; line-height: 14px; font-family: sans-serif; }");
			document.writeln(".styleS16 { font-size: 11px; line-height: 16px; font-family: sans-serif; }");
			document.writeln(".styleS18 { font-size: 11px; line-height: 18px; font-family: sans-serif; }");
			document.writeln(".styleM   { font-size: 13px; font-family: sans-serif; }");
			document.writeln(".styleM16 { font-size: 13px; line-height: 16px; font-family: sans-serif; }");
			document.writeln(".styleM18 { font-size: 13px; line-height: 18px; font-family: sans-serif; }");
			document.writeln(".styleM20 { font-size: 13px; line-height: 20px; font-family: sans-serif; }");
			document.writeln(".styleL   { font-size: 14px; font-family: sans-serif; }");
			document.writeln(".styleL18 { font-size: 14px; line-height: 18px; font-family: sans-serif; }");
			document.writeln(".styleL20 { font-size: 14px; line-height: 20px; font-family: sans-serif; }");
			document.writeln(".styleL22 { font-size: 14px; line-height: 22px; font-family: sans-serif; }");
		}
	}
}
document.writeln("--></style>");