P  {
	font-family : Arial;
	font-size : 11pt;
	text-decoration : none;
	background-color : White;
	line-height : 130%;
	margin-left : 1cm;
}

H1  {
	font-size : x-large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Purple;
}

H2  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Purple;
}

H3  {
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Purple;
	margin-left : 1cm;
}

A  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	text-decoration : underline;
}

A:Visited  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Gray;
	text-decoration : underline;
}

A:Active  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	text-decoration : underline;
}

A:Hover  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	text-decoration : underline;
}

BODY  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : White;
}

STRONG  {
	color : Black;
	font-weight : bold;
}

li  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : normal;
	color : Black;
}

ul  {
	margin-left : 2cm;
}

lilevel2  {
	margin-left : 5cm;
	list-style-type : square;
	list-style : square;
}

.purple  {
	color : Purple;
}

p.nomargin  {
	margin-left : 0 cm;
}


