@charset "UTF-8";
/* CSS Document */

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}
.quote {
	color: #333399;
	font-family: Arial, sans-serif;
	font-size: 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	margin:6px;
	line-height: 1.2;
	text-align: center;
	}
.quotebyline {
	color: #333399;
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	right: auto;
	padding-right: 6px;
	text-align: center;
	}
.navigationdarkblue {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 6px;
	background-color: #333399;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 6px;
}
.charityno {
	color: #333399;
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	right: auto;
	text-align: right;
	bottom: auto;
	}
.body {
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
}
.bodybold {
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
	font-weight: bolder;
}
.navigationchosen {
	color: #cc3333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 6px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #F5F5F5;
	margin-top: 6px;
	margin-right: 6px;
}
.mainheading {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #CC3333;
	text-decoration: none;
}
.bodyitalic {
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
	font-style: italic;