document.write('<STYLE TYPE="TEXT/CSS">');
if(gBrowser.isMac)
{	 
 if((gBrowser.ie || gBrowser.ns) && gBrowser.majorVersion >=5) //if ie >=5 or ns >=6 on mac
 {
  document.write('TD {font-size:10pt; font-family:arial, helvetica; color:#000000;}');
  document.write('P {font-size:10pt; font-family:arial, helvetica; color:#000000;}');
  document.write('.lh {line-height:'+eval((gBrowser.ns)? 1.3:1.4)+';}');
  document.write('.bullet {font-family:arial, verdana, helvetica; font-size:11pt; color:#669966;}');
  document.write('.heading {font-family:arial, helvetica; font-size:11pt; font-weight:bold; color:#669966;}');
	document.write('BODY {font-size:10pt; font-family:arial, helvetica; color:#000000; margin-left: 0em; margin-top: 0em}');
  document.write('.footer {font-family:arial, helvetica; font-size:'+eval((gBrowser.ns)? 7.5:6.5)+'pt; color:#000000;}');
  document.write('.smalltext {font-family:arial, helvetica; font-size:'+eval((gBrowser.ns)? 8.5:8)+'pt; color:#000000;}');
	 
	//forms
	document.write('.textField {font-family: "Courier New", Courier, monospace; font-size:10pt; background-color:#FFFFFF; color:#000000;}');
  document.write('.textgreen2 {font-family:arial, helvetica; font-size:8pt; color:#669966;}');
  document.write('.aster {font-family:arial, helvetica; font-size:14.5pt; color:#669966;}');
 }
 else //if ie <5 or ns <6 on mac
 {
  document.write('TD {font-size:12.5pt; font-family:arial, helvetica; color:#000000;}');
  document.write('P {font-size:12.5pt; font-family:arial, helvetica; color:#000000;}');
	document.write('.lh {line-height:'+eval((gBrowser.ns4)? 1.3:1.4)+';}');
  document.write('.bullet {font-family:arial, verdana, helvetica; font-size:13pt; color:#669966;}');
  document.write('.heading {font-family:arial, helvetica; font-size:14pt; font-weight:bold; color:#669966;}');
	document.write('.footer {font-family:arial, helvetica; font-size:10pt; color:#000000;}');
  document.write('.smalltext {font-family:arial, helvetica; font-size:10pt; color:#000000;}');
 	
	//forms	
  document.write('.textField {font-family: "Courier New", Courier, monospace; font-size:14pt; background-color:#FFFFFF; color:#000000;}');
  document.write('.textgreen2 {font-family:arial, helvetica; font-size:10pt; color:#669966;}');
  document.write('.aster {font-family:arial, helvetica; font-size:12pt; color:#669966;}');
 }
}
else //windows platform
{
 document.write('TD {font-size:10pt; font-family:arial, helvetica; color:#000000;}');
 document.write('P {font-size:10pt; font-family:arial, helvetica; color:#000000;}');
 document.write('.lh {line-height:'+eval((gBrowser.ns4)? 1.2:1.4)+';}');
 document.write('.bullet {font-family:arial, verdana, helvetica; font-size:12pt; color:#669966;}');
 document.write('.heading {font-family:arial, helvetica; font-size:'+eval((gBrowser.ns)? 11:11)+'pt; font-weight:bold; color:#669966;}');
 document.write('.footer {font-family:arial, helvetica; font-size:'+eval((gBrowser.ns)? 7.5:6.5)+'pt; color:#000000;}');
 document.write('.smalltext {font-family:arial, helvetica; font-size:'+eval((gBrowser.ns)? 8.5:8)+'pt; color:#000000;}');
 
 //forms
 if(gBrowser.ns4) document.write('.textField {font-family: "Courier New", Courier, monospace; font-size:10pt;}');
 else document.write('.textField {font-size:'+eval((gBrowser.ns)? 10:12)+'pt; background-color:#FFFFFF; color:#000000;}');
 document.write('.textgreen2 {font-family:arial, helvetica; font-size:8pt; color:#669966;}');
 document.write('.aster {font-family:arial, helvetica; font-size:10pt; color:#669966;}');
}
 //common styles 
 document.write('.greentext1 {color:#999900;}');
 document.write('.greentext2 {color:#99CC99;}');
 document.write('.greentext3 {color:#669966;}');
 document.write('.bluetext1 {color:#6699CC;}');
 document.write('.ital {font-style:italic}');
 document.write('.bld {font-weight:bold;}');
 document.write('A:LINK.noline    {text-decoration: none;}');
 document.write('A:ACTIVE.noline  {text-decoration: none;}');
 document.write('A:VISITED.noline {text-decoration: none;}');

 document.write('</STYLE>');
 
 


