
	BODY {
		font-family : ms sans serif, helvetica;
		font-size : 11;
	}
	
	TD {
		font-family : ms sans serif, helvetica;
		font-size : 11;
	}

	A:ACTIVE.small, A:LINK.small, A:VISITED.small {
		font-family : ms sans serif, helvetica;
		font-size : 11;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		text-decoration : underline;
		color : darkblue;
	}

	A:FOCUS.small, A:HOVER.small {
		font-family : ms sans serif, helvetica;
		font-size : 11;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		text-decoration : underline;
		color : red;
	}


	.smalltext {
		font-family : ms sans serif, helvetica;
		font-weight : normal;
		font-variant : normal;
		font-style : normal;
		font-size : 11;
	}

