@charset "utf-8";
p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.customStyle {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #CE6700;
}
.customStyleLink {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
