/* Style sheet by Craig E. Ward. *//*default */body { font-family: verdana, helvetica, arial, sans-serif;	   background-color: #FFFFFF;	   color: #000;	   font-size: medium; 	   width: 600px;	   margin-left: 15%;	   background-image: url(../graphics/sidebar-silver.png);	   background-position: left;	   background-repeat: repeat-y;	  }body.reverse { background-color: #000;	           color: #FFF;	           background-image: none;	  }	  h1 h2 h3 h4 h5 h6 {  	font-family: arial, verdana, geneva, sans-serif;	color: #000000; 	background-color: #FFFFFF; }h1.pageheading { text-align: center;/*			     font-variant: small-caps; */               }img.islink { border-color: transparent; }a         { text-decoration: none;		    border-color: transparent;		    background-color: transparent; 		    color: #000000;}a:link    { background-color: inherit; color: #0000CC; }a:visited { background-color: inherit; color: #800080; }a:hover   { background-color: inherit; color: #8080C0; }a:active  { background-color: inherit; color: #990000; }/* * Editors' Notes */p.ednote {	font-family: verdana, geneva, arial, sans-serif;			color: #000080; 		/* navy */			background-color: #FFFFFF;			font-size: smaller;			margin-left: 30px;			margin-right: 30px;			border-width: thin;			border-color: #800000; /* maroon */			border-style: inset; }p.disclaimer { font-family: verdana, arial, geneva, sans-serif;			   color: #000000; /* black */			   background-color: #FFFFFF;			   font-size: 8pt;			   font-weight: bold;			  }    .caption { font-family: verdana, geneva, sans-serif;		   font-weight: bold;		   font-size: smaller;	   		  }.crt { font-family: courier, "courier new", monospace;	   font-size: 16pt; 	   font-weight: bold;	  }