h1, h2, h3 {
	font-family : "Arial", sans-serif;
	font-weight : bold;
}

h1 {
	font-size : 12pt;
	color : #330099;
	margin-top : 0;
	margin-bottom : 0;
}

h2, h3 {
	font-size : 10pt;
	color : #330099;
}

p, body  {
	font-size : 10pt;
	color : #000000;
	font-family : "Arial", sans-serif;
}

TD {
	font-size : 10pt;
	color : #000000;
	font-family : "Arial", sans-serif;
}

A  {
	font-family : "Arial", sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #0066FF;
	text-decoration: underline;
}

A:Visited  {
	font-family : "Arial", sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #330099;
}

A:Active  {
	color : #330099;
	text-decoration : none;
}

A:Hover  {
	color : #330099;
	text-decoration : none;
}