document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
//Mac IE
document.write(".t01 {  font-size: 12px; line-height: 150%; color: #FFFFFF; text-decoration: none}")
document.write(".t02 {  font-size: 12px; line-height: 200%; color: #FFFFFF; text-decoration: none}")
document.write(".t03 {  font-size: 10px; color: #80CA7F; text-decoration: none}")
}
else{
if(navigator.appName.charAt(0) == "M"){
//Win IE  
document.write(".t01 {  font-size: 13px; line-height: 150%; color: #FFFFFF; text-decoration: none}")
document.write(".t02 {  font-size: 13px; line-height: 200%; color: #FFFFFF; text-decoration: none}")
document.write(".t03 {  font-size: 11px; color: #80CA7F; text-decoration: none}")
}
else{
//Win NN
document.write(".t01 {  font-size: 13px; line-height: 150%; color: #FFFFFF; text-decoration: none}")
document.write(".t02 {  font-size: 13px; line-height: 200%; color: #FFFFFF; text-decoration: none}")
document.write(".t03 {  font-size: 11px; color: #80CA7F; text-decoration: none}")
}
}
document.write("--></STYLE>");
