<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	font-size: 14px; 
	line-height: 1.6; 
	*font-size: 87.5%; /* ~WinIE7 */
}

.smaller { 
	font-size: 13px; 
	line-height: 1.6; 
	*font-size: 92.8%; /* ~WinIE7 */ 
}

.bigger {
	font-size: 16px;
	line-height: 1.6;
	*font-size: 114.2%; /* ~WinIE7 */
}

table, th, td  {
	font-size: 14px; 
	line-height: 1.6; 
	*font-size: 100%;
}

.heading {
	font-size: 16px;
	line-height: 1.6;
	*font-size: 123.1%; /* ~WinIE7 */
}

.fs20 {
	font-size: 20px;
	line-height: 1.6;
	*font-size: 142.9%; /* ~WinIE7 */
}
</pre></body></html>