	.smalltext {
		color: White;
		font-family : "Times New Roman", Times, serif;
		font-weight : normal;
		font-size : 8pt;
		text-decoration : none;
		font-style : normal;
	}
	.normaltext {
		color: White;
		font-family : "Times New Roman", Times, serif;
		font-weight : normal;
		font-size : 11pt;
		text-decoration : none;
		font-style : normal;
	}
	.bigtext {
		color: White;
		font-family : "Times New Roman", Times, serif;
		font-weight : bold;
		font-size : 13pt;
		text-decoration : none;
		font-style : normal;
	}

	A, A:LINK.linkbig, A:VISITED.linkbig, A:VISITED.linkbig, A:ACTIVE.linkbig {
		color: White;
		font-family : "Times New Roman", Times, serif;
		font-weight : bold;
		font-size : 12pt;
		text-decoration : none;
		font-style : normal;
	}

	A:HOVER.linkbig {
		color: White;
		font-family : "Times New Roman", Times, serif;
		font-weight : bold;
		font-size : 12pt;
		text-decoration : underline;
		font-style : normal;
	}

	A, A:LINK.linksmall, A:VISITED.linksmall, A:VISITED.linksmall, A:ACTIVE.linksmall {
		color: White;
		font-family : "Times New Roman", Times, serif;
		font-weight : normal;
		font-size : 11pt;
		text-decoration : none;
		font-style : normal;
	}
	A:HOVER.linksmall {
		color: Red;
		font-family : "Times New Roman", Times, serif;
		font-weight : normal;
		font-size : 11pt;
		text-decoration : none;
		font-style : normal;
	}