h1  {
	font-size : 14pt;
	font-family :Verdana;
	font-weight : bold;
	font-height : bold;
	color : #fe0003;
}

h2  {
	font-size : 10pt;
	font-family :Verdana;
	font-weight : normal;
	font-height : normal;
	color : #000000;
}

h3  {
	font-size : 8pt;
	font-family :Verdana;
	font-weight : normal;
	font-height : normal;
	color : #000000;
}

h4  {
	font-size : 10pt;
	font-family :Verdana;
	font-weight : normal;
	font-height : normal;
	color : #000000;
}

A  {
	font-size : 9pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : bold;
	color : #E12129;
	text-decoration : none;
}

A:Visited  {
	font-size : 9pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : bold;
	color : #757978;
	text-decoration : none;
}

A:Active  {
	font-size : 9pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : bold;
	color : blue;
	text-decoration : none;
}

A:Hover  {
	font-size : 9pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : bold;
	color : blue;
	text-decoration : none;
}

HR  {
	width : 100%;
	color : #c0c0c0;
}