 if(navigator.appName == "Netscape")
{
        document.write(" <style type=text/css>                                  ");
        document.write("<!--                                                    ");
        document.write("a    { text-decoration: none;                           ");
        document.write("           color: #006699;                              ");
        document.write("           font-family: Arial, Helvetica, sans-serif;   ");
        document.write("           font-size: small;                          ");
        document.write("           font-style: normal;                          ");
        document.write("      }                                                 ");
        document.write("a:hover{ borderstyle:  inset }                          ");
        document.write("a:hover{ color: #0066FF;}                               ");
        document.write("a:visited { color: rgb(153, 0, 153) }                   ");
	document.write("body { color: #006699; font-family: arial,helvetica, sans-serif; font-size: 10pt;");
        document.write("-->                                                     ");
        document.write("</style>                                                ");
}
 if(navigator.appName == "Microsoft Internet Explorer")
{
        document.write(" <style type=text/css>                                  ");
        document.write("<!--                                                    ");
        document.write("a    { text-decoration: none;                           ");
        document.write("           color: #006699;                              ");
        document.write("           font-family: Arial, Helvetica, sans-serif;   ");
        document.write("           font-size: x-small;                          ");
        document.write("           font-style: normal;                          ");
        document.write("      }                                                 ");
        document.write("a:hover{ borderstyle:  inset }                          ");
        document.write("a:hover{ color: #0066FF;}                               ");
        document.write("a:visited { color: rgb(153, 0, 153) }                   ");
        document.write("-->                                                     ");
        document.write("body { color: #006699; font-family: arial, Helvetica, sans-serif; font-size: 10pt; scrollbar-3dlight-color:#EDEFD1;                  ");
        document.write("scrollbar-arrow-color:#006699;          ");
        document.write("scrollbar-base-color:;           ");
        document.write("scrollbar-darkshadow-color:#EDEFD1;     ");
        document.write("scrollbar-face-color:;           ");
        document.write("scrollbar-track-color:;      	");
        document.write("scrollbar-highlight-color:#F7F8E9;      ");
        document.write("scrollbar-shadow-color:#006699}         ");
        
        document.write("</style>                                                ");
}

document.write("<style typ=text/css>						");
document.write("								");	
document.write(".table_rows {							");
document.write("        font-family: Arial, Helvetica, sans-serif;		 ");
document.write("        font-size: 12px;					 ");
document.write("        font-style: normal;					 ");
document.write("        line-height: normal;					 ");
document.write("        font-variant: normal;					 ");
document.write("        cursor: auto;   					 ");
document.write("        color: #333333;						 ");
document.write("        border-top: 0px #FFFFFF;				 ");
document.write("        border-right: 0px #FFFFFF;				 ");
document.write("        border-bottom: 0px #FFFFFF;				 ");
document.write("        border-left: 0px #FFFFFF;				 ");
document.write("        display: table-row;					 ");
document.write("        a:hover{ borderstyle:  inset};				 ");
document.write("        a:hover{ color: #0066FF};				 ");
document.write("        a:visited { color: rgb(153, 0, 153)};}			 ");
document.write("</style>                                                	");


