<!--

var Win = (navigator.userAgent.indexOf("Win")!=-1);
var Mac = (navigator.userAgent.indexOf("Mac")!=-1);
var Explorer = (navigator.appName.indexOf("Explorer")!=-1);
var Netscape = (navigator.appName.indexOf("Netscape")!=-1);
var Safari = (navigator.userAgent.indexOf("Safari")!=-1);

var IE45 = (navigator.userAgent.indexOf("4.5")!=-1);
var NN60 = (navigator.userAgent.indexOf("Netscape6")!=-1);
var Version = navigator.appVersion.charAt(0);

document.write("<style type='text/css'><!--");

    document.write ("a { color:#3366CC; text-decoration:underline; }");
    document.write ("a:hover { color:#0066CC; text-decoration:none; }");
    document.write ("a:active { color:#FF8500; text-decoration:none; }");
    document.write (".yah { font-size:12px; line-height:14px; }");


/*For Windows OS Browsers*/
if (Win) {
    if (Explorer) {
    document.write (".wntxt { font-size:12px; line-height:14px; font-family:Arial; }");
    document.write (".text0 { font-size:0.7em; line-height:120%; font-family:Arial; }");
    document.write (".text1 { font-size:0.8em; line-height:130%; font-family:Arial; }");
    document.write (".text2 { font-size:0.9em; line-height:130%; font-family:Arial; }");
    document.write (".text3 { font-size:1.0em; line-height:140%; font-family:Arial; }");
    document.write (".text4 { font-size:1.1em; line-height:140%; font-family:Arial; }");
    } else if (Netscape && Version == "4") {
    document.write (".wntxt { font-size:12px; line-height:14px; font-family:Arial; }");
    document.write (".text1 { font-size:0.7em; line-height:90%; font-family:Arial; }");
    document.write (".text2 { font-size:0.8em; line-height:130%; font-family:Arial; }");
    document.write (".text3 { font-size:1.2em; line-height:140%; font-family:Arial; }");
    document.write (".text4 { font-size:1.4em; line-height:170%; font-family:Arial; }");
    } else {
    document.write (".wntxt { font-size:12px; line-height:14px; }");
    document.write (".text1 { font-size:0.6em; line-height:120%; }");
    document.write (".text2 { font-size:0.8em; line-height:130%; }");
    document.write (".text3 { font-size:0.9em; line-height:130%; }");
    document.write (".text4 { font-size:1.0em; line-height:150%; }");
    }


/*For Macintosh OS Browsers*/
} else if (Mac) {
    if (Safari) {
    document.write (".wntxt { font-size:11px; line-height:14px; }");
    document.write (".text1 { font-size:0.6em; line-height:120%; }");
    document.write (".text2 { font-size:0.8em; line-height:130%; }");
    document.write (".text3 { font-size:0.9em; line-height:130%; }");
    document.write (".text4 { font-size:1.0em; line-height:140%; }");
    } else if (Explorer && IE45) {
    document.write (".wntxt { font-size:12px; line-height:14px; }");
    document.write (".text1 { font-size:0.8em; line-height:100%; }");
    document.write (".text2 { font-size:1.0em; line-height:130%; }");
    document.write (".text3 { font-size:1.2em; line-height:120%; }");
    document.write (".text4 { font-size:1.5em; line-height:130%; }");
    } else if (Explorer) {
    document.write (".wntxt { font-size:11px; line-height:13px; }");
    document.write (".text1 { font-size:0.7em; line-height:110%; }");
    document.write (".text2 { font-size:0.8em; line-height:120%; }");
    document.write (".text3 { font-size:1.0em; line-height:120%; }");
    document.write (".text4 { font-size:1.1em; line-height:130%; }");
    } else if (Netscape && Version == "4") {
    document.write (".text1 { font-size:0.9em; line-height:100%; }");
    document.write (".text2 { font-size:1.0em; line-height:130%; }");
    document.write (".text3 { font-size:1.2em; line-height:150%; }");
    document.write (".text4 { font-size:1.5em; line-height:190%; }");
    } else if (Netscape && NN60) {
    document.write (".text1 { font-size:0.7em; line-height:100%; }");
    document.write (".text2 { font-size:0.9em; line-height:110%; }");
    document.write (".text3 { font-size:1.0em; line-height:110%; }");
    document.write (".text4 { font-size:1.3em; line-height:100%; }");
    } else {
    document.write (".text1 { font-size:0.7em; line-height:120%; }");
    document.write (".text2 { font-size:0.9em; line-height:130%; }");
    document.write (".text3 { font-size:1.0em; line-height:130%; }");
    document.write (".text4 { font-size:1.3em; line-height:130%; }");
    }
}

document.write("--></style>");


//-->


