P, H1, H2, A, UL, LI  {
	font-family : sans-serif;
}

P  {
	font-family : sans-serif;
	color : Black;
	line-height: 16pt;
	font-size : 10pt;
}

UL  {
	font-family : sans-serif;
	color : Black;
	line-height: 125%;
	font-size : 10pt;
}

H1  {
	font-size : 16pt;
	font-weight : bold;
	font-style : normal;
	color : white;
}

H2  {
	font-size : 14pt;
	font-weight : bold;
	font-style : normal;
	color : White;
}

A:Visited  {
	font-size : 10pt;
	text-decoration : none;
	font-weight : bold;
	color : #555555;
}

A:Active  {
	font-size : 10pt;
	text-decoration : underline;
	font-weight : normal;
	font-style : italic;
	color : #555555;
}

A:Link  {
	font-size : 10pt;
	text-decoration : none;
	font-weight : bold;
	color : #555555;
}

P.copy  {
	font-family : sans-serif;
	color : Black;
	font-weight : bold;
	line-height: 125%;
	font-size : 8pt;
	text-align: center;
}