body { background-color: #FFFFFF; /* white */
	   color: #000000;            /* black */
	   font-size: medium; 
	   font-family: arial, geneva, sans-serif;
       background-image: url(/graphics/starblock.gif);
	   background-repeat: repeat-y;
	 }

body.popup { background-color: #FFFFFF; /* white */
	         color: #000000;            /* black */
	         font-size: medium;
	         font-family: arial, geneva, sans-serif;
             background-image: none;
	       }

body.nosidebar
	 { font-family: verdana, helvetica, arial, sans-serif;
	   background-color: #FFFFFF;
	   color: #000000;
	   font-size: medium; 
	   width: 600px;
	   margin-left: 15%;
       background-image: none;
	  }


h1 h2 h3 h4 h5 h6 {  
	font-family: verdana, geneva, arial, sans-serif;
	color: #000000; 
	background-color: #FFFFFF; }

h1.pageheading { text-align: center;
				 /*font-variant: small-caps;*/
	  	       }

.articletitle { text-align: center; }

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
 */
.ednote {	font-family: verdana, arial, geneva, sans-serif;
		    background-color: inherit;
			color: #000080; /* navy */
			font-size: small;
			margin-left: 30px;
			margin-right: 30px;
			border-width: thin;
			border-color: #800000; /* maroon */
			border-style: inset;
		 }

.disclaimer { font-family: verdana, arial, geneva, sans-serif;
			  font-style: italic;
			  /*font-weight: bold;
			  font-size: larger;
			  font-variant: small-caps;*/
			}

.caption { font-family: geneva, arial, sans-serif;
		   font-weight: bold;
		   font-size: small;
		  }

.copyright { font-size: smaller; 
		     font-style: normal; 
		     font-weight: bold;
		   }

.italicize { font-style: italic; }

.italicized { font-style: italic; }

.aligncenter { text-align: center; }

.alignright { text-align: right; }

.bolded { font-weight: bold; }
