/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  html, body { margin: 0pt;
    padding: 0pt;
    }

  body { font-family: Arial,Helvetica,sans-serif;
    /*alignment of whole wrapped section */
  	text-align: center;
    min-width: 450px;
    background-color: rgb(204, 204, 204);
    }
    
    /* main headings for pages */
 h1 { color: black;
    font-weight: normal;
    font-size: 14pt;
    text-align: center;
    }
    
    /* latest news box heading */
.smlheadingtxt { color: black;
    font-weight: normal;
    font-size: 16pt;
    text-align: left;
    }

  .underlinetxt { color: black;
    font-weight: normal;
    font-size: 13pt;
    text-align: center;
    }
    
  .linktabletxt { color: black;
    font-weight: normal;
    font-size: 12pt;
    text-align: left;
    }

  h5 { color: black;
    font-weight: normal;
    font-size: 10pt;
    text-align: left;
    }
    
  h6 { color: black;
    font-weight: normal;
    font-size: 8pt;
    text-align: center;
    line-height: 8pt;
    }
    
/* small white text in bottom bar */
.whitesmltxt { color: white;
    font-weight: normal;
    font-size: 8pt;
    text-align: center;
	}
	
.headingtxt { color: black;
    font-weight: bold;
    font-size: 20pt;
    text-align: center;
	}
	
.pagelinktxt { color: black;
    font-weight: normal;
    font-size: 10pt;
    text-align: center;
	}
	
	
/* sample of what other features and controls are possible

    h6 { font-family: times new roman;
    font-size: 14pt;
    color: rgb(153, 0, 0);
    }
    
    */
    


  a:link { color: rgb(153, 0, 0);
    }

  a:visited { color: rgb(153, 0, 0);
    }

  a:hover { color: rgb(153, 0, 0); 
    }

  #wrap { border: 2px solid rgb(102, 102, 102);
/* controls base settings for pages  */
    margin: 20px auto;
    padding: 0px 5px 5px;
/* padding: top padding left padding bottom padding this padding is outside width specified below*/
    background-color: rgb(255, 255, 255);
    text-align: justify;
    width: 640px;
    /*   background-image: url(WSJ_logo.jpg);  
    background-position: center top;
    background-repeat: no-repeat; */
    }

  li { list-style-type: disc;
    }

    
    
    
    
/* Coding for hover over dsiplay pane to show more info not currently used - see WSJ site coding*/

.help{
	position: relative;
	z-index: 0;
	font: Arial,Helvetica,sans-serif; font-weight: bold; text-decoration: underline;
}

.help:hover{
	background-color: transparent;
	z-index: 50;
}

.help div{
	position: absolute;
	background-color: rgb(204, 204, 204);
	padding: 5px;
	border: 1px gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.help:hover div{
	position: absolute;
	visibility: visible;
	top: 5px;
	left: 10px;
	overflow: visible;
	text-decoration: none;
	z-index: 100;
	min-width: 250px;
	float: right;
}


.help span{
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.help:hover span {
	position: absolute;
	visibility: visible;
	top: 5px;
	left: 10px;
	overflow: visible;
	text-decoration: none;
	z-index: 100;
	min-width: 250px;
	float: right;
}
