if (!exclude) { 
// document object variable
var d = document;

//submenu variables
var aLINK= "#FFFFFF";		// submenu link color
var fWEIGHT = "normal";		// submenu font weight
var aDEC = 	"none";		// submenu link decoration
var fFONT = "verdana";		// submenu font face		
var fSIZE = 11;			// submenu font size (pixels)
var lHEIGHT = 12;        	// submenu line height (points)

// adjust font size and line height discrepancy for submenu
if (ns4&&win) {fSIZE=11; lHEIGHT=11};
if (ns6&&mac) {fSIZE=10; lHEIGHT=12};
if (op) {fSIZE=13; lHEIGHT=13};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fSize=10; lHEIGHT=12};

// link style definitions
var stySTR='';
stySTR+='<style>';
stySTR+='.links A  \{ color: ' + aLINK + '\; font-weight:' + fWEIGHT + '\; \}';
stySTR+='.links A:Link  \{ color: ' + aLINK + ' \}';
stySTR+='.links A:Visited  \{ color: ' + aLINK + ' \}';
stySTR+='.links A:Active,.links A:Link,.links A:Visited \{ font-weight:' + fWEIGHT + '\; font-size:' + fSIZE + 'px\; font-family:' + fFONT + '\; text-decoration:' + aDEC + '\; font-style: normal\; font-variant: normal\; text-transform: none\;line-height:' + lHEIGHT + 'pt\; \}'; 
//*************************************************************

//activelink style definition
var cl1 = "#990000"; var fs1 = 12; var lh1=14
if (ns4&&win) {fs1=13; lh1=13};
if (ns6&&mac) {fs1=12; lh1=14};
if (op) {fs1=15; lh1=15};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fs1=12; lh1=14};
stySTR+='.activelink \{ font-weight:normal\; font-size:' + fs1 + 'px\; color:' + cl1 + '\; line-height:' + lh1 + 'pt\; font-family:verdana\; font-style: normal\; font-variant: normal\; text-transform: none\; \}'; 

//text style definition
var cl2 = "#191919"; var fs2 = 11; var lh2 = 12; 
if (ns4&&win) {fs2=11; lh2=11};
if (ns6&&mac) {fs2=12; lh2=11};
if (op) {fs2=12; lh2=11};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fs2=11; lh2=13};
stySTR+='.text \{ font-size:' + fs2 + 'px\; color:' + cl2 + '\; line-height:' + lh2 + 'pt\; font-family:verdana\; font-style: normal\; font-variant: normal\; text-transform: none\; font-weight: normal\; vertical-align: top\; top: 0px\; clip:  rect( )\; \}'; 

//address style definition
var cl3 = "#990000"; var fs3 = 10; var lh3 = 10; 
if (ns4&&win) {fs3=10; lh3=10};
if (ns6&&mac) {fs3=10; lh3=10};
if (op) {fs3=11; lh3=11};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fs3=10; lh3=10};
stySTR+='.address \{ font-size:' + fs3 + 'px\; color:' + cl3 + '\; line-height:' + lh3 + 'pt\; font-family:verdana\; font-style: normal\; font-variant: normal\; text-transform: none\; font-weight: normal\; vertical-align: top\; top: 0px\; clip:  rect( )\;  \}';

//submenu style definition
var cl4 = "#666666"; var fs4 = 11; var lh4 = 11; 
if (ns4&&win) {fs4=11; lh4=10};
if (ns6&&mac) {fs4=12; lh4=10};
if (op) {fs4=12; lh4=10};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fs4=11; lh4=13};
stySTR+='.submenu \{ font-size:' + fs4 + 'px\; color:' + cl4 + '\; line-height:' + lh4 + 'pt\; font-family:arial\; font-style: normal\; font-variant: normal\; text-transform: none\; font-weight: normal\; vertical-align: top\; top: 0px\; clip:  rect( )\; \}'; 

//text small style definition
var cl5 = "#191919"; var fs5 = 9; var lh5 = 10; 
if (ns4&&win) {fs5=9; lh5=9};
if (ns6&&mac) {fs5=9; lh5=9};
if (op) {fs5=10; lh5=11};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fs5=9; lh5=10};
stySTR+='.textsmall \{ font-size:' + fs5 + 'px\; color:' + cl5 + '\; line-height:' + lh5 + 'pt\; font-family:verdana\; font-style: normal\; font-variant: normal\; text-transform: none\; font-weight: normal\; vertical-align: top\; top: 0px\; clip:  rect( )\; \}'; 

//paragraphtitle style definition
var cl6 = "#666666"; var fs6 = 12; var lh6 = 15;
if (ns4&&win) {fs6=12; lh6=11};
if (ns6&&mac) {fs6=12; lh6=11};
if (op) {fs6=13; lh6=10};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fs6=11; lh6=15};
stySTR+='.paragraphtitle \{ font-size:' + fs6 + 'px\; color:' + cl6 + '\; line-height:' + lh6 + 'pt\; font-family:arial\; font-style: normal\; font-weight: bold\; font-variant: normal\; text-transform: none\; \}'; 


//copyright style definition
var cl7 = "#990000"; var fs7 = 9; var lh7 = 11;
if (ns4&&win) {fs7=10; lh7=11};
if (ns6&&mac) {fs7=9; lh7=11};
if (op) {fs7=11; lh7=10};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fs7=9; lh7=13};
stySTR+='.copyright \{ font-size:' + fs7 + 'px\; color:' + cl7 + '\; line-height:' + lh7 + 'pt\; font-family:verdana\; font-style: normal\; font-weight: normal\; font-variant: normal\; text-transform: none\; \}'; 


//lead style definition
var cl8 = "#666666"; var fs8 = 11; var lh8 = 15;
if (ns4&&win) {fs8=13; lh8=12};
if (ns6&&mac) {fs8=13; lh8=12};
if (op) {fs8=13; lh8=12};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fs8=13; lh8=13};
stySTR+='.lead \{ font-size:' + fs8 + 'px\; color:' + cl8 + '\; line-height:' + lh8 + 'pt\; font-family:verdana\; font-style:normal\; font-weight: bold\; font-variant: normal\; text-transform: none\; \}'; 

//title style definition
var cl9 = "#FF6600"; var fs9 = 18; var lh9 = 16;
if (ns4&&win) {fs9=12; lh9=11};
if (ns6&&mac) {fs9=12; lh9=11};
if (op) {fs9=13; lh9=10};
if ((ie4&&mac)||(ie5&&mac)||(ns4&&mac)) {fs9=11; lh9=15};
stySTR+='.title \{ font-size:' + fs9 + 'px\; color:' + cl9 + '\; line-height:' + lh9 + 'pt\; font-family:arial\; font-style: normal\; font-weight: normal\; font-variant: normal\; text-transform: none\; \}'; 


//moveup style definition
stySTR+='.moveup \{ top:0px\; vertical-align:top\; clip:rect( )\; \}'; 





stySTR+='</style>';
d.write(stySTR);
}//************************************************************

