@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
	
p {
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 13px;
	color: #7BADBA;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 13px;
	font-family:"Arial Black", Gadget, sans-serif;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-size: 15px;
	font-family:"Arial Black", Gadget, sans-serif;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: center;
}	

.HomeText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.HomeTextItal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.BodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
.ItalText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
.BodyTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.BodyTextRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
.BodyTextItal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}
.BodyTextCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.formBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.formBodyTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.formBodyTextRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
.formBodyTextItal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}
.TinyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-top: 2px;
}
.TinyTextCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.TinyTextCenterWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}
.TableText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
	color: #FFFFFF;
}
.TableTextCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}
.TableTextRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	text-align: right;
	color: #FFFFFF;
}
.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #7BADBA;
}
.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #7BADBA;
}
.addressText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color:#000000;
}
.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #657c85;
	padding: 0px 0px 10px 0px;
}
.inviteText {
	font-size: 12px;
	font-family:"Arial Black", Gadget, sans-serif;
	color: #657c85;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.infoBox {
	padding: 20px 20px 10px 20px;
}

.contributeBox {
	background-color: #BDD6DC;
	padding: 10px 10px 0px 10px;
}