@charset "UTF-8";
/* CSS Document */

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: C1C1C1;
	letter-spacing: 5px;
	text-align: center;
}
.bold-body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
}
.reg-body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.light-body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #000;
}
.notes {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #C1C1C1;
}

.small-body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}