/* index */

document.write('<STYLE TYPE="text/css"><!--');
if(navigator.appVersion.indexOf("Mac") >= 1){
	document.write('.css4 {font-Size:12px; line-height:18px}');
	document.write('.css3 {font-Size:10px; line-height:16px}');
	document.write('.css2 {font-Size:9px; line-height:14px}');
	document.write('.css1 {font-Size:8px; line-height:12px}');
	}
else{
	document.write('.css4 {font-Size:14px; line-height:18px}');
	document.write('.css3 {font-Size:12px; line-height:16px}');
	document.write('.css2 {font-Size:10px; line-height:14px}');
	document.write('.css1 {font-Size:9px; line-height:12px}');
	}
document.write('//--></STYLE>');
