.HeaderWebsiteTitle {
	font-size: 24px;
	font-weight: bold;
	color: #666600;
	text-indent: 5px;
}
.HeaderSlogan {
	font-size: 16px;
	font-weight: normal;
	color: #666600;
	font-style: italic;
	margin-left: 25px;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 4px;
}

.BodyPageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #666600;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	color: #666600;
}
.ImageRight {
	margin: 4px;
	padding: 0px;
	float: right;
	border: 2px solid #666600;
}
.ImageLeft {
	margin: 4px;
	padding: 0px;
	float: left;
	border: 2px solid #666600;
}
.Larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}