.palm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
}
:link {

text-decoration: none;

}

:visited {

text-decoration: none;

}

:hover {

color: #0099FF;

text-decoration: underline;

}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}

.bodycopy :link {
	color: #0066FF;
	text-decoration: none;


}

.bodycopy :hover {
	color: #0099FF;
	text-decoration: underline;


}	
.bodycopy :visited {
	color: #0066FF;


}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

