

var ie = document.all ? 1 : 0

var ns = document.layers ? 1 : 0





if(ie){

document.write('<style type="text/css">')



document.write('.textfield {font-size:10pt; font-family:; color:#808080; font-weight:bold;}\n')

document.write('.hexfield {font-size:10pt; font-family:; color:#808080; font-weight:bold;}\n')

document.write('.buttons {border-style: solid; background-color: #; border-color: #000000; border-width: 1; color: #; font-size: pt; font-family: ; font-weight: bold;}\n')



document.write('</style>')

}

