/*
 Style sheet by Craig E. Ward.
 */
/* print/paged devices */
<!--
body { font-family: "times new roman", bookman, times, serif;
	   background-color: #FFFFFF;
	   color: #000000;
	   font-size: 12pt; 
	   width: 600px;
	   margin-left: 15%;
	  }
	  
body.resume { font-family: "times new roman", bookman, times, serif;
	   background-color: #FFFFFF;
	   color: #000000;
	   font-size: 10pt; 
	   width: 600px;
	   margin-left: 15%;
	  }

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

h1.pageheading { text-align: center;
	             font-family: arial, verdana, geneva, sans-serif;
	             color: #000000; 
	             background-color: #FFFFFF; }
	             
/* Try to hide these from a printed page. Requires CSS2-aware user agent. */
/* img.islink { visibility: hidden; } */
img.islink { display: none; }
.screen-only { display: none; }

a         { text-decoration: none;
		    border-color: transparent;
		    background-color: transparent; 
		    color: #000000;}
a:link    { background-color: inherit; color: #000000; }
a:visited { background-color: inherit; color: #000000; }
a:hover   { background-color: inherit; color: #000000; }
a:active  { background-color: inherit; color: #000000; }
/*
 * 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;	   
		  }
