// fontsize.js
// 2005/07/27
//
function lib_cssCheck(){
	document.writeln("<style type='text/css'><!--");
	if (bw.nav4up) {
		document.writeln(".head1 { font-size: 18px; line-height: 24px }");
		document.writeln(".head2 { font-size: 14px; line-height: 22px }");
		document.writeln(".head2c { font-size: 14px; line-height: 22px }");
		document.writeln(".head3 { font-size: 13px; line-height: 20px }");
		document.writeln(".head3red { font-size: 14px; line-height: 20px }");
		document.writeln(".head4 { font-size: 12px; line-height: 18px }");
		document.writeln(".body1 { font-size: 12px; line-height: 18px }");
		document.writeln(".body1b { font-size: 12px; line-height: 18px }");
		document.writeln(".body1green { font-size: 12px; line-height: 18px }");
		document.writeln(".body1b_green { font-size: 12px; line-height: 18px }");
		document.writeln(".body1purple { font-size: 12px; line-height: 18px }");
		document.writeln(".body1blue { font-size: 12px; line-height: 18px }");
		document.writeln(".body2 { font-size: 10px; line-height: 14px }");
		document.writeln(".body2b { font-size: 10px; line-height: 14px }");
		document.writeln(".body2bw { font-size: 10px; line-height: 14px }");
		document.writeln(".body3 { font-size: 9px; line-height: 13px }");
		document.writeln(".body3_gray { font-size: 9px; line-height: 13px }");
		document.writeln(".body3b { font-size: 9px; line-height: 13px }");
		document.writeln(".smallb2red { font-size: 10px; line-height: 10px }");
		document.writeln(".smallb2 { font-size: 9px; line-height: 9px }");
		document.writeln(".smallblue { font-size: 9px; line-height: 13px }");
		document.writeln(".smallb { font-size: 9px; line-height: 13px }");
		document.writeln(".small { font-size: 9px; line-height: 13px }");
		document.writeln(".small2 { font-size: 8px; line-height: 12px }");
		document.writeln(".small3 { font-size: 7px; line-height: 11px }");
		document.writeln(".caption { font-size:10px;line-height:15px }");
		document.writeln(".caphead { font-size:10px;line-height:15px }");
		document.writeln(".txtmenu { font-size: 10px;line-height:12px }");
		document.writeln(".mitem { font-size: 8pt;}");
		document.writeln(".formtitle { font-size:10px; line-height:12px }");
		document.writeln(".newstitle { font-size:12px; line-height:20px }");
		document.writeln(".newspubdate { font-size:10px; }");
		document.writeln(".newslink { font-size:12px; }");
		document.writeln(".descript { font-size:12px;}");
		document.writeln(".sports { font-size:12px;}");
		document.writeln("#newsarealeft ul { font-size:12px;}");
		document.writeln("#mlbrightcol{ font-size: 12px; line-height: 1.5;}");
		document.writeln("#mlbrightcol h3 { font-size: 14px; line-height: 1.2;}");
		document.writeln("#mlbrightcol h4 { font-size: 12px; line-height: 1.2; }");
		document.writeln("#mlbbottomcol { font-size: 10px; line-height: 1.5; }");
		//alert("here0");
	} else if (bw.ie4up && pf.win32 || bw.opera || bw.gecko || bw.nav6up) {
		document.writeln(".head1 { font-size: 18px; line-height: 26px }");
		document.writeln(".head2 { font-size: 16px; line-height: 22px }");
		document.writeln(".head2c { font-size: 16px; line-height: 22px }");
		document.writeln(".head3 { font-size: 14px; line-height: 21px }");
		document.writeln(".head3red { font-size: 14px; line-height: 21px }");
		document.writeln(".head4 { font-size: 13px; line-height: 20px }");
		document.writeln(".body1 { font-size: 9pt; line-height: 20px }");
		document.writeln(".body1b { font-size: 12px; line-height: 20px }");
		document.writeln(".body1green { font-size: 12px; line-height: 20px }");
		document.writeln(".body1b_green { font-size: 12px; line-height: 20px }");
		document.writeln(".body1purple { font-size: 12px; line-height: 20px }");
		document.writeln(".body1blue { font-size: 12px; line-height: 20px }");
		document.writeln(".body2 { font-size: 11px; line-height: 18px }");
		document.writeln(".body2b { font-size: 11px; line-height: 18px }");
		document.writeln(".body2bw { font-size: 11px; line-height: 18px }");
		document.writeln(".body3 { font-size: 10px; line-height: 16px }");
		document.writeln(".body3_gray { font-size: 10px; line-height: 16px }");
		document.writeln(".body3b { font-size: 10px; line-height: 16px }");
		document.writeln(".smallb2red { font-size: 10px; line-height: 10px }");
		document.writeln(".smallb2 { font-size: 10px; line-height: 10px }");
		document.writeln(".smallb { font-size: 10px; line-height: 15px }");
		document.writeln(".smallblue { font-size: 10px; line-height: 15px }");
		document.writeln(".small { font-size: 10px; line-height: 15px }");
		document.writeln(".small2 { font-size: 9px; line-height: 13px }");
		document.writeln(".small3 { font-size: 8px; line-height: 12px }");
		document.writeln(".caption { font-size:11px;line-height:15px }");
		document.writeln(".caphead { font-size:11px;line-height:15px }");
		document.writeln(".txtmenu { font-size: 8pt; line-height:120% }");
		document.writeln(".mitem { font-size: 8pt;}");
		document.writeln(".formtitle { font-size:11px; line-height:12px }");
		document.writeln(".newstitle { font-size:12px; line-height:20px }");
		document.writeln(".newspubdate { font-size:10px; }");
		document.writeln(".newslink { font-size:12px; }");
		document.writeln(".descript { font-size:12px;}");
		document.writeln(".sports { font-size:12px;}");
		document.writeln("#newsarealeft ul { font-size:12px;}");
		document.writeln("#mlbrightcol{ font-size: 12px; line-height: 1.5;}");
		document.writeln("#mlbrightcol h3 { font-size: 14px; line-height: 1.2;}");
		document.writeln("#mlbrightcol h4 { font-size: 12px; line-height: 1.2; }");
		document.writeln("#mlbbottomcol { font-size: 11px; line-height: 1.5; }");
		//alert("here1");
	} else if (bw.ie4up && pf.macppc) {
		document.writeln(".head1 { font-size: 18px; line-height: 24px }");
		document.writeln(".head2 { font-size: 16px; line-height: 20px }");
		document.writeln(".head2c { font-size: 16px; line-height: 20px }");
		document.writeln(".head3 { font-size: 12px; line-height: 16px }");
		document.writeln(".head3red { font-size: 12px; line-height: 16px }");
		document.writeln(".head4 { font-size: 11px; line-height: 15px }");
		document.writeln(".body1 { font-size: 12px; line-height: 18px }");
		document.writeln(".body1b { font-size: 12px; line-height: 18px }");
		document.writeln(".body1green { font-size: 12px; line-height: 18px }");
		document.writeln(".body1b_green { font-size: 12px; line-height: 18px }");
		document.writeln(".body1purple { font-size: 12px; line-height: 18px }");
		document.writeln(".body1blue { font-size: 12px; line-height: 18px }");
		document.writeln(".body2 { font-size: 11px; line-height: 16px }");
		document.writeln(".body2b { font-size: 11px; line-height: 16px }");
		document.writeln(".body2bw { font-size: 11px; line-height: 16px }");
		document.writeln(".body3 { font-size: 10px; line-height: 14px }");
		document.writeln(".body3_gray { font-size: 10px; line-height: 14px }");
		document.writeln(".body3b { font-size: 10px; line-height: 14px }");
		document.writeln(".smallb2red { font-size: 10px; line-height: 10px }");
		document.writeln(".smallb2 { font-size: 10px; line-height: 10px }");
		document.writeln(".smallb { font-size: 10px; line-height: 15px }");
		document.writeln(".smallblue { font-size: 10px; line-height: 15px }");
		document.writeln(".small { font-size: 10px; line-height: 15px }");
		document.writeln(".small2 { font-size: 9px; line-height: 12px }");
		document.writeln(".small3 { font-size: 8px; line-height: 12px }");
		document.writeln(".caption { font-size:10px;line-height:15px }");
		document.writeln(".caphead { font-size:10px;line-height:15px }");
		document.writeln(".txtmenu { font-size: 10px; line-height:12px }");
		document.writeln(".mitem { font-size: 8pt;}");
		document.writeln(".formtitle { font-size:10px; line-height:12px }");
		document.writeln(".newstitle { font-size:12px; line-height:20px }");
		document.writeln(".newspubdate { font-size:10px; }");
		document.writeln(".newslink { font-size:12px; }");
		document.writeln(".descript { font-size:12px;}");
		document.writeln(".sports { font-size:12px;}");
		document.writeln("#newsarealeft ul { font-size:12px;}");
		document.writeln("#mlbrightcol{ font-size: 12px; line-height: 1.5;}");
		document.writeln("#mlbrightcol h3 { font-size: 14px; line-height: 1.2;}");
		document.writeln("#mlbrightcol h4 { font-size: 12px; line-height: 1.2; }");
		document.writeln("#mlbbottomcol { font-size: 11px; line-height: 1.5; }");
		//alert("here2");
	} else {
		document.writeln(".head1 { font-size: 18px; line-height: 26px }");
		document.writeln(".head2 { font-size: 16px; line-height: 22px }");
		document.writeln(".head2c { font-size: 16px; line-height: 22px }");
		document.writeln(".head3 { font-size: 14px; line-height: 21px }");
		document.writeln(".head3red { font-size: 14px; line-height: 21px }");
		document.writeln(".head4 { font-size: 13px; line-height: 20px }");
		document.writeln(".body1 { font-size: 13px; line-height: 20px }");
		document.writeln(".body1b { font-size: 13px; line-height: 20px }");
		document.writeln(".body1green { font-size: 13px; line-height: 20px }");
		document.writeln(".body1b_green { font-size: 13px; line-height: 20px }");
		document.writeln(".body1purple { font-size: 13px; line-height: 20px }");
		document.writeln(".body1blue { font-size: 13px; line-height: 20px }");
		document.writeln(".body2 { font-size: 12px; line-height: 18px }");
		document.writeln(".body2b { font-size: 12px; line-height: 18px }");
		document.writeln(".body2bw { font-size: 11px; line-height: 18px }");
		document.writeln(".body3 { font-size: 11px; line-height: 16px }");
		document.writeln(".body3_gray { font-size: 11px; line-height: 16px }");
		document.writeln(".body3b { font-size: 11px; line-height: 16px }");
		document.writeln(".smallb2red { font-size: 10px; line-height: 10px }");
		document.writeln(".smallb2 { font-size: 10px; line-height: 10px }");
		document.writeln(".smallb { font-size: 10px; line-height: 15px }");
		document.writeln(".smallblue { font-size: 10px; line-height: 15px }");
		document.writeln(".small { font-size: 10px; line-height: 15px }");
		document.writeln(".small2 { font-size: 9px; line-height: 13px }");
		document.writeln(".small3 { font-size: 8px; line-height: 12px }");
		document.writeln(".caption { font-size:11px;line-height:15px }");
		document.writeln(".caphead { font-size:11px;line-height:15px }");
		document.writeln(".txtmenu { font-size: 8pt; line-height:120% }");
		document.writeln(".mitem { font-size: 8pt;}");
		document.writeln(".formtitle { font-size:11px; line-height:12px }");
		document.writeln(".newstitle { font-size:12px; line-height:20px }");
		document.writeln(".newspubdate { font-size:10px; }");
		document.writeln(".newslink { font-size:12px; }");
		document.writeln(".descript { font-size:12px;}");
		document.writeln(".sports { font-size:12px;}");
		document.writeln("#newsarealeft ul { font-size:12px;}");
		document.writeln("#mlbrightcol{ font-size: 13px; line-height: 1.5;}");
		document.writeln("#mlbrightcol h3 { font-size: 15px; line-height: 1.2;}");
		document.writeln("#mlbrightcol h4 { font-size: 13px; line-height: 1.2; }");
		document.writeln("#mlbbottomcol { font-size: 12px; line-height: 1.5; }");
		//alert("here3");
	}
	document.writeln("--></style>");
}
