document.write("<STYLE TYPE='text/css'><!--");

//--Macintosh
if(Macintosh){
//(IE5,NN6)
	if(Version >= 5){
		document.write(".base { font-size: 12px;}");
		document.write(".onedown { font-size: 8pt;}");
		document.write(".onedown-h { font-size: 8pt; line-height: 130%;}");
		document.write(".oneup { font-size: 11pt; }");
		document.write(".twoup { font-size: 14pt; }");
		document.write(".form { font-size: 6pt; }");
		document.write(".map { font-size: 8pt; }");
		}
//--NN4.~`EIE4.~
	else{
		document.write(".base { font-size: 12pt; line-height: 130%;}");
		document.write(".onedown { font-size: 10pt;}");
		document.write(".onedown-h { font-size: 10pt; line-height: 130%;}");
		document.write(".oneup { font-size: 14pt; }");
		document.write(".twoup { font-size: 18pt; }");
		document.write(".form { font-size:12pt; }");
		document.write(".map { font-size: 10pt; }");
		}
	}

//--Windows
if(Windows){
	document.write(".base { font-size: 10pt; line-height: 130%;}");
	document.write(".onedown { font-size: 9pt;}");
	document.write(".onedown-h { font-size: 8pt; line-height: 130%;}");
	document.write(".oneup { font-size: 11pt; }");
	document.write(".twoup { font-size: 14pt; }");
	document.write(".form { font-size: 9pt; }");
	document.write(".map { font-size: 9pt; }");
}
document.write("a:link{text-decoration : none ;}");
document.write("a:active{text-decoration : none ;}");
document.write("a:visited{text-decoration : none ;}");
document.write("a:Hover{text-decoration: underline;}");
document.write(".chatxt: {color : #FFFFFF ;}");document.write(".menu { font-size: 9pt;}");
document.write("//--></style>");