	*, BODY, TD {
			font-family: sans-serif;
			font-size: 10pt;
			line-height: 13pt;
			color: #555555;
			}
	SMALL {
			font-size: small;
			}
	H1 {
			font-size: 16;
	}
	H2 {
			font-size: 14;
	}
	H3 {
			font-size: 12;
	}
	PRE, TT {
			font-family: monospace;
			font-size: 10;
	}

	a:link, a:visited {
			color: #000000;
			text-decoration: underline;
			line-height: 13pt;
			}
	a:hover, a:active {
			color: #000000;
			text-decoration: underline;
			line-height: 13pt;
			}
	a.nounderline:link, a.nounderline:visited {
			color: #000000;
			text-decoration: none;
			line-height: 13pt;
			}
	a.nounderline:hover, a.nounderline:active {
			color: #000000;
			text-decoration: underline;
			line-height: 13pt;
			}
