	@charset "windows-1250";
	BODY, TD {
		font-family : "Times New Roman", Times, serif;
		font-size :9pt;
		font-weight : bold;
	}

	.header {
		font : normal 9pt "Times New Roman", Times, serif;
		color : Navy;
	}

	A {
		font-family : "Times New Roman", Times, serif;
		font-size : 9pt;
		font-weight : normal;
		text-decoration: none;
		color: Navy;
	}

	.nav{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : normal;
		text-decoration: none;
	}
	A:Hover {
		font-family : "Times New Roman", Times, serif;
		font-size : 9pt;
		font-weight :normal;
		text-decoration: NONE;
		color: GRAY;
	}
	A.nav:Hover {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight :normal;
		text-decoration: NONE;
		color: GRAY;
	}

