h1  {
	font-size : 10pt;
	font-family :Arial;
	font-weight : normal;
	font-height : normal;
	color : #000000;
}

h2  {
	font-size : 10pt;
	font-family :Arial;
	font-weight : normal;
	font-height : normal;
	color : #ffffff;
}

h3  {
	font-size : 8pt;
	font-family :Arial;
	font-weight : bold;
	font-height : bold;
	color : #000000;
}

h4  {
	font-size : 8pt;
	font-family :Arial;
	font-weight : normal;
	font-height : normal;
	color : #000000;
}

h5 {
	font-size : 8pt;
	font-family :Arial;
	font-weight : normal;
	font-height : normal;
	color : #ffffff;
}

A  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : bold;
	color : #59595B;
	text-decoration : none;
}

A:Visited  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : bold;
	color : #000000;
	text-decoration : none;
}

A:Active  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : bold;
	color : #FFFFFF;
	text-decoration : none;
}

A:Hover  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : bold;
	color : #082063;
	text-decoration : none;
}

HR  {
	width : 100%;
	color : #D03527;
}