body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-size: 12px;*/
	margin: 0px;
	/*margin: 0px 10%; for 10% space on sides of page*/
	padding: 0px;
}
/*td {
	font-size:12px;
}*/
/*p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;//default is 12pt
}*/
.content {
	max-width: 800px;
	font-size: 13px;
	/*font-size: 12px;*/
}
.titleemphasis {
	color:#EC3127;/*A nice red*/
	font-weight: bold;
}
.textemphasis {
	color:#03C;/*A nice blue*/
	font-weight: bold;
}
.secondarytextemphasis {
	color:green;
	font-weight: bold;
}
.charityname {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 22px;*/
	font-size: 24.0pt;
	color: #EC3127;
	font-weight: bold;
	text-align: center;
	border: 2px solid #533BB3;
	border-left: none;
	border-right: none;
}
h1.nolines {
	font-size: 22px;
	text-align: left;
	border: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*color: #006A92;*/
	color: #EC3127;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	/*font-size: 14px;*/
	/*color: #006A92;*/
	color: #EC3127;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #006A92;*/
	color: #EC3127;
	font-weight: bold;
}
a:link {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*color: #5F7383;*/
	color: #006A92; /*was #4B7596*/
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #4B7596;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a.lightlink { /* probably only used in the footer, if anywhere */
	font-weight: normal;
}
abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000;
}