/* CSS Document */<STYLE type="text/css">		 body {		/*margin-left:10%;	margin-right:10%; */	padding: 0;	text-align:center;	font-family: verdana, arial, helvetica, sans-serif;	font-size: 100%;}	 /* 76% minimum */	 .onepage {      margin:0;      padding:0;      height:100%;      border:none   } /* used for index pages */	 h1 {   	font-family: verdana, arial, helvetica, sans-serif;	font-size: 1.7em;	font-weight: normal;	margin-top: 0em;	margin-bottom: 0em;}	h2 {	font-size: 1.7em;	margin: 1.2em 0em 1.2em 0em;	font-weight: normal;	}h3 {	font-size: 1.4em;	margin: 1.2em 0em 1.2em 0em;	font-weight: normal;	}h4 {	font-size: 1.2em;	margin: 1.2em 0em 1.2em 0em;	font-weight: bold;	}h5 {	font-size: 1.0em;	margin: 1.2em 0em 1.2em 0em;	font-weight: bold;	}h6 {	font-size: 0.8em;	margin: 1.2em 0em 1.2em 0em;	font-weight: bold;	}img {	border: 0;	}ol, ul {	font-family: verdana, arial, helvetica, sans-serif;	font-size: 1.0em;	font-weight:normal;	line-height: 2;	margin-top: 0.2em;	margin-bottom: 0.1em; 	}p {   	font-family: verdana, arial, helvetica, sans-serif;	font-size: 1.0em;	line-height: 1.8em;	/* margin: 1.2em 0em 1.2em 0em; */	}	.small{		font-size: 0.75em;		line-height: 2em;	}.smaller{		 font-size: 0.75em;		line-height: 1.6em;		text-align:justify;		}li {	margin-top: 0.2em;	}pre {	font-family: monospace;	font-size: 1.0em;	}strong, b {	font-weight: bold;	}.tdback { background-image:url(Images/patchwork.gif);} 		div.header {			text-align:center; 			}div.centered{			 text-align:center;			 padding:10px;			 }	div.left {			text-align:left;			padding-right:10px;			}	div.middle {      		text-align: left;			padding: 20px;			}	div.right { text-align: left;		  	padding:10px;			}	div.footer {margin-top: 0em;		   	margin-bottom: 0em;			text-align: center;			padding:5px;			}				div.frameGreen {			   		   /* frame size given on sheet */			   margin: 0px auto;		  	   padding: 20px;		  	   background: #FFFFFF;		  	   border:2px double;		  	   }		  		  div.frameGreen img {border:1px solid blue;}		div.caption { margin: 0px auto;}div.framePC {			   		   /* post card frame size given on sheet */			   margin: 0px auto;		  	   padding: 20px;		  	   background: #FFFFFF;		  	   border:0;		  	   }			   img.displayed {    display: block;    margin-left: auto;    margin-right: auto;	padding-left:20px; }	  		  div.framePC img {border:1px solid blue;}		p.caption{text-align:center;		  font-family: verdana, arial, helvetica, sans-serif;		  font-size: 0.8em;		  font-style:italic;		  font-weight:normal;		  color: #A601D7;}		.bl {color:#0000FF;}  /* blue */.navy {	  font-weight:bold;	  color:#000080;}  /* navy blue for menu current page*/	.listHeader {line-height: 2;		  	color:#000000;		  	font-weight:bold;		  }		 /* Links */		 a:link {font-family: verdana, arial, helvetica, sans-serif; text-decoration:underline; color:BLUE;font-weight:bolder;} /* regular link */ a:visited {font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline; color:BLUE;font-weight:bolder;} /*regular link already visited */a:hover {font-family: verdana, arial, helvetica, sans-serif; text-decoration: none; color:RED;font-weight:bolder;}  /*any link with the mouse cursor currently over it */a:active {font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline; color:RED;font-weight:bolder;}  /* active link */</STYLE>