<style>
	.normal {
		FONT-FAMILY: Arial;  FONT-SIZE: 10pt; COLOR: #003366;
	}
	.midbold {
		FONT-FAMILY: Arial;  FONT-SIZE: 13pt; font-weight : bold;background : #c0c0c0;PADDING-RIGHT: 5px;
	}
	.header {
		FONT-FAMILY: Arial;
		FONT-SIZE: 10pt;
		font-weight: bold;
		background : #eeeeee;
	}
	A:link {
		TEXT-DECORATION: none;
		color:#2c74dc;
	}
	A:visited {
		TEXT-DECORATION: none;
		color:#fc6404;

	}
	A:hover {
		TEXT-DECORATION: underline;
		color:#fc6404;
	}
	A.active {
		COLOR: White; TEXT-DECORATION: none
	}

	.big {
		FONT-FAMILY: Arial;  FONT-SIZE: 22pt; font-weight: bold;
	}

	.textbox{

		background: silver;
		border : 0px;
		font-size : 12pt;
		font-family: Arial;
		font-weight : bold;
	}

	.detectext{
		font: 16px Arial;
		color :  black;
		font-weight : bold;
	}
</style>