		.blockquote {
			margin-left: 50px;
			margin-right: 50px;
		}
		.centerphoto {
			margin-top: 10px;
			margin-bottom: 10px;
			color: #990099;
			text-align: center;
		}
		.floatright {
			display: block;
			float: right;
			margin: 0px 0px 10px 20px;
			color: #990099;
			text-align: center;
		}
		.floatleft {
			display: block;
			float: left;
			margin: 0px 20px 10px 0px;
			color: #990099;
			text-align: center;
		}
		a:link {
			text-decoration: none;
			font-weight: bold;
		}
		a:visited {
			text-decoration: none;
			font-weight: bold;
		}
		a:hover {
			text-decoration: underline;
			font-weight: bold;
		}
		.nlink:link {
			text-decoration: none;
			font-weight: bold;
			color: #990099;
		}
		.nlink:visited {
			text-decoration: none;
			font-weight: bold;
			color: #990099;
		}
		.nlink:hover {
			text-decoration: none;
			font-weight: bold;
			color: #CC00CC;
		}
		.ilink:link {
			color: #009900;
			text-decoration: none;
			font-weight: bold;
		}
		.ilink:visited {
			color: #005500;
			text-decoration: none;
			font-weight: bold;
		}
		.ilink:hover {
			color: #00CC00;
			text-decoration: underline;
			font-weight: bold;
		}
		.itext {
			color: #009900;
		}
		.htext {
			color: #009900;
			font-size: 12pt;
		}
