MAC = navigator.userAgent.indexOf('Mac') != -1
document.write('<STYLE TYPE="text/css">');
document.write('A {text-decoration: none;}');
document.write('a:hover {text-decoration:underline;}');
if (MAC) {
	document.write('.small {font-size:10px; line-height:14px; color:#333333;}');
	document.write('.small2 {font-size:10px; line-height:12px; color:#333333;}');
	document.write('.normal {font-size:12px; line-height:17px; color:#333333;}');
	document.write('.normal2 {font-size:12px; line-height:15px; color:#333333;}');
	document.write('.large {font-size:14px; line-height:18px;}');
	document.write('.large2 {font-size:14px; line-height:16px;}');
	document.write('.LL {  font-size:22px; }');
} else {
	document.write('.small {font-size:11px; line-height:14px; color:#333333;}');
	document.write('.small2 {font-size:11px; line-height:12px; color:#333333;}');
	document.write('.normal {font-size:13px; line-height:17px; color:#333333;}');
	document.write('.normal2 {font-size:13px; line-height:15px; color:#333333;}');
	document.write('.large {font-size:15px; line-height:18px;}');
	document.write('.large2 {font-size:15px; line-height:16px;}');
	document.write('.LL {  font-size:24px; }');
}
document.write('</STYLE>');

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
 if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
