function outputFr() {
	var str1 = '<style type="text/css">';
	var str2 = '.fr {color: #444444; font-size: 9pt; line-height: 1.5em; text-align: left; background-color: white; margin: 0 auto; padding: 0; width: 240px;}';
	var str3 = '</style>';

	document.write(str1+str2+str3);
}

