@charset "utf-8";
/* CSS Document */

.center {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
}
.heading {
	font-family: Pristina;
	font-size: 60px;
	color: #161B41;
	text-align: center;
}
.body {
	font-family: "myriad Pro";
	font-size: 12px;
	color: #161B41;
	
}
.subtext {
	font-family: "myriad Pro";
	font-size: 8px;
	color: #161B41;
	
}
.boldbody {
	font-family: "myriad Pro";
	font-size: 12px;
	font-weight: bolder;
	color: #161B41;
	text-align: left;
}
.subheading {
	font-family: Pristina;
	font-size: 24px;
	font-weight: normal;
}.bigbody {
	font-family: "myriad Pro";
	font-size: 18px;
	font-weight: bolder;
	color: #161B41;
}

.redbody {
	font-family: "myriad Pro";
	font-size: 12px;
	color: #C00;
}

