// define style
var ff01='verdana,sans-serif';

//define font size for different browser, font size is 1px larger for Windows with Netscape4 browser
if (bw.ns4&bw.win) {fs01='11px';fs02='13px';fs03='14px';fs04='15px';}
else {fs01='10px';fs02='12px';fs03='13px';fs04='14px';}

//overall style
document.write(''+
	'<style>'+
	'BODY {background-repeat:repeat-x}\n'+
	'BODY, TABLE, TR, TD, P, SPAN, UL, OL, LI {font-family:'+ff01+'; font-size:'+fs02+'; color:#666666}\n'+
	'A {text-decoration: none; color:#999999}\n'+
	'A:hover {color:#333399}\n'+
	'.content {font-family:'+ff01+'; font-size:'+fs02+'; color:#666666}\n'+
	'.maincontent {font-family:'+ff01+'; font-size:'+fs01+'; color:#666666}\n'+
	'.pagenumber {font-family:'+ff01+'; font-size:'+fs01+'; color:#999999; clip:rect(   )}\n'+
	'.heading {font-family:'+ff01+'; font-size:'+fs02+'; color:#666666; font-weight:bold}\n'+
	'.sectionheading {font-family:'+ff01+'; font-size:'+fs04+'; color:#1E1262; font-weight:bold}\n'+
	'.location {font-family:'+ff01+'; font-size:'+fs01+'; color:#666666}\n'+
	'</style>'+
	''
)
