
<!--

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'><!--");


/* For Windows OS Browsers ====================== */

if (Win) {
    if (Explorer) {
    document.write (".txt1 { font-size:60%; line-height:140%; letter-spacing:0.4pt; }");
    document.write (".txt2 { font-size:80%; line-height:140%; }");
    document.write (".txt3 { font-size:100%; line-height:140%; }");
    document.write (".cap1 { font-size:60%; line-height:140%; color:#424B57; letter-spacing:0.4pt; }");
    } else if (Netscape && Version == "4") {
    document.write (".txt1 { font-size:60%; color:#424B57; line-height:150%; letter-spacing:0.4pt; }");
    document.write (".txt2 { font-size:100%; color:#424B57; line-height:160%; }");
    document.write (".txt3 { font-size:100%; line-height:160%; }");
    document.write (".cap1 { font-size:60%; line-height:150%; color:#424B57; letter-spacing:0.4pt; }");
    } else {
    document.write (".txt1 { font-size:60%; color:#424B57; line-height:150%; letter-spacing:0.4pt; }");
    document.write (".txt2 { font-size:80%; color:#424B57; line-height:150%; }");
    document.write (".txt3 { font-size:100%; line-height:160%; }");
    document.write (".cap1 { font-size:60%; line-height:150%; color:#424B57; letter-spacing:0.4pt; }");
    }


/* For Macintosh OS Browsers ==================== */

} else if (Mac) {
    if (Safari) {
    document.write (".txt1 { font-size:60%; color:#424B57; line-height:150%; letter-spacing:0.4pt; }");
    document.write (".txt2 { font-size:80%; color:#424B57; line-height:150%; }");
    document.write (".txt3 { font-size:100%; line-height:160%; }");
    document.write (".cap1 { font-size:60%; line-height:150%; color:#424B57; letter-spacing:0.4pt; }");
    } else if (Explorer && IE45) {
    document.write (".txt1 { font-size:60%; color:#424B57; line-height:150%; letter-spacing:0.4pt; }");
    document.write (".txt2 { font-size:80%; color:#424B57; line-height:150%; }");
    document.write (".txt3 { font-size:100%; line-height:160%; }");
    document.write (".cap1 { font-size:60%; line-height:150%; color:#424B57; letter-spacing:0.4pt; }");
    } else if (Explorer) {
    document.write (".txt1 { font-size:60%; color:#424B57; line-height:150%; letter-spacing:0.4pt; }");
    document.write (".txt2 { font-size:80%; color:#424B57; line-height:150%; }");
    document.write (".txt3 { font-size:100%; line-height:160%; }");
    document.write (".cap1 { font-size:60%; line-height:150%; color:#424B57; letter-spacing:0.4pt; }");
    } else if (Netscape && Version == "4") {
    document.write (".txt1 { font-size:60%; color:#424B57; line-height:150%; letter-spacing:0.4pt; }");
    document.write (".txt2 { font-size:80%; color:#424B57; line-height:150%; }");
    document.write (".txt3 { font-size:100%; line-height:160%; }");
    document.write (".cap1 { font-size:60%; line-height:150%; color:#424B57; letter-spacing:0.4pt; }");
    } else if (Netscape && NN60) {
    document.write (".txt1 { font-size:60%; color:#424B57; line-height:150%; letter-spacing:0.4pt; }");
    document.write (".txt2 { font-size:80%; color:#424B57; line-height:150%; }");
    document.write (".txt3 { font-size:100%; line-height:160%; }");
    document.write (".cap1 { font-size:60%; line-height:150%; color:#424B57; letter-spacing:0.4pt; }");
    } else {
    document.write (".txt1 { font-size:60%; color:#424B57; line-height:150%; letter-spacing:0.4pt; }");
    document.write (".txt2 { font-size:80%; color:#424B57; line-height:150%; }");
    document.write (".txt3 { font-size:100%; line-height:160%; }");
    document.write (".cap1 { font-size:60%; line-height:150%; color:#424B57; letter-spacing:0.4pt; }");
    }
}


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

//-->


