	a:visited {
	color : blue;
	text-decoration : none;
	}
	
	a:link {
	color : blue;
	text-decoration : none;
	}
	
	a:hover {
	color : Red;
	text-decoration : underline;
	}
	
	Tag1{
	color : Blue;	
	}
	
	Tag1 oded {
	color : #111111;	
	}
	.input {
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
	font-family : Arial;	
	line-height : normal;
	}
	
	
	.sText {
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
	font-family : Arial;	
	text-decoration : none;
	}
	
	.bText {
	font-size : 12pt;
	font-weight : bold;
	color : #000000;
	font-family : Arial;	
	text-decoration : none;
	}
	.H1Text {
	font-size : 18pt;
	font-weight : bold;
	color : #008200;
	font-family : Arial;	
	text-decoration : none;
	}
	.H1RedText {
	font-size : 18pt;
	font-weight : bold;
	color : Red;
	font-family : Arial;	
	text-decoration : none;
	}
	.H1RedItalicText {
	font-size : 18pt;
	font-weight : bold;
	color : Red;
	font-family : Arial;	
	font-style: italic;
	}
	.RepText {
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	font-family : Arial;	
	text-decoration : none;
	}
	.RepLText {
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
	font-family : Arial;	
	text-decoration : none;
	}
	.NumBText {
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
	font-family : Arial;	
	text-decoration : none;
	}
	.NumText {
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : Arial;	
	text-decoration : none;
	}
	.HugeRedText {
	font-weight : bold;
	font-family : Arial;	
	font-size : x-large;
	color : Red;
}
 .Red14Text {
	font-size : 14pt;
	font-weight : bold;
	font-family : Arial;	
	text-decoration : none;
	}
 .pgbr { 
 	page-break-before : always;
}
