﻿.text-align-left {
	text-align: left;
}
.century-small {
	font-family: "Century Gothic";
	font-size: small;
}
.century-small-bold {
	font-family: "Century Gothic";
	font-size: small;
	font-weight: bold;
}
.li {
	padding-top: 7px;
	padding-bottom: 7px;
}
.ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
.papyrus-small-bold {
	font-family: Papyrus;
	font-size: small;
	font-weight: bold;
}
.arial-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.body {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.body2 {
	width: 680px;
}
.align-center {
	text-align: center;
}
.arial-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.arial-large-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: large;
}
.papyrus-lg-bold {
	font-family: Papyrus;
	color: #333333;
	font-size: large;
	font-weight: bold;
}
.payrus-xlg-bold {
	font-family: Papyrus;
	font-size: x-large;
	color: #333333;
	font-weight: bold;
}
.papyrus-small-bold {
	font-family: Papyrus;
	font-size: small;
	font-weight: bold;
}
.papyrus-med-bold {
	font-family: papyrus;
	font-size: medium;
	font-weight: bold;
}
.papyrus-italic-medium {
	font-family: Papyrus;
	font-size: medium;
	font-style: italic;
}
.arial-grey-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.image-left {
	float: left;
	margin-right: 15px;
}
.image-right {
	margin-left: 15px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
