body 
{
	font-family: Arial, Helvetica, sans-serif;
	colour: #a3324f;
	font-size:9pt;
}

p 
{ 
	color : #535354;
}

.phighlight
{ 
	font-weight: bold;
	color : #878c58;
}


h1 
{ 
	font-weight : bold;
	color : #a3324f; 
	font-size: 12pt;
}

h2 
{ 
	color : #a3324f; 
	font-size: 10pt;
}

h3 
{ 
	color : #535354; 
	font-size: 9pt;
}

h4 
{ 
	color : #535354; 
	font-size: 9pt;
	font-style: italic;
}


td 
{ 
	color : #535354;
	font-size:9pt;
}


a:link {
	color: #BF044A;
	text-decoration: none;

}

a:hover {
	color: #BF044A;
	text-decoration: underline;
}

a:active {
	color: #BF044A;
}

a:visited {
	color: #BF044A;
	text-decoration: none;
}