.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333366;
}
.bold_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #663366;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: normal;
	list-style-position: inside;
	list-style-type: lower-roman;
	font-size: 12px;
	color: #006699;
	list-style-image: url(../bullet.gif);
}
