.CSSPanel4_h {font-family:'Comic Sans MS', cursive;font-weight:bold;font-size:15px;color:#ffffff;padding-left:20px;padding-right:1px;padding-bottom:1px;padding-top:10px;clone:
function () {
    var o = new Object();
    for (var property in this) {
        o[property] = typeof (this[property]) == "object" ? this[property].clone() : this[property];
    }
    return o;
}
} 
.CSSPanel4_c {font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;font-size:12px;color:#999900;padding-left:15px;padding-right:1px;padding-bottom:1px;padding-top:3px;clone:
function () {
    var o = new Object();
    for (var property in this) {
        o[property] = typeof (this[property]) == "object" ? this[property].clone() : this[property];
    }
    return o;
}
} 
.CSSPanel4_f {font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;text-decoration:underline;font-size:12px;color:#0000ff;padding-left:20px;padding-right:1px;padding-bottom:1px;padding-top:10px;clone:
function () {
    var o = new Object();
    for (var property in this) {
        o[property] = typeof (this[property]) == "object" ? this[property].clone() : this[property];
    }
    return o;
}
} 
clone {o:undefined;property:undefined;clone:
function () {
    var o = new Object();
    for (var property in this) {
        o[property] = typeof (this[property]) == "object" ? this[property].clone() : this[property];
    }
    return o;
}
} 
