body { 
	
	font-family: Arial, sans-serif; 
	font-size: 9pt; 
	color: #442B39
}

td { 
	
	font-family: Arial, sans-serif; 
	font-size: 9pt; 
	color: #442B39
}

a:link {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	color: #B38DCC 
}
a:visited {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	color: #B38DCC
}
a:hover {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #B38DCC
}
a:active {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	color: #B38DCC
}

.bodylink:link {
	font-family:Arial,helvetica; 
	font-size:9pt; 
	font-weight: bold; 
	color:#442B39; 
	text-decoration:underline

}
.bodylink:active
{
	font-family:Arial,helvetica;
	font-size:9pt;
	font-weight: bold;
	color: #442B39;
	text-decoration:underline;
}
.bodylink:visited
{
	font-family:Arial,helvetica;
	font-size:9pt;
	font-weight: bold;
	color: #442B39;
	text-decoration:underline;
}
.bodylink:hover
{
	font-family:Arial,helvetica;
	font-size:9pt;
	font-weight: bold;
	color: #442B39;
	text-decoration:none;
}

.copyrighttext {  
	font-family: Arial, sans-serif; 
	font-size: 8pt; 
	color: #7E4294
}