acronym {
	border-bottom: 1px dotted #4C83AE;
}

/* 
	the next 4 control text rollovers in html pages 
	http://www.meyerweb.com/eric/css/edge/popups/demo.html
*/
.rollover {position: relative; width: 200px;  z-index: 10;} 

.rollover a {
	display: block;
	text-align: left;
	padding: 2px;
	margin: 0 0 1px;
	color: #9a0000;
}
   
.rollover a:hover {color: #000; background: #fff; }

.rollover a span {display: none;}  /* no show without mouseover */

/* determines popup box properties on mouseover */
.rollover a:hover span {display: block; text-decoration:none;
   position: absolute; top: 0px; left: 220px; width: 375px;
   padding: 5px; z-index: 10; background: #ffc; 
   border-style: solid; border-color: #000000; border-width: 1px;  } 
  
/*  end of roll-over control for sustainability1 */

.definition {
	background-color: #FFEEDD;
	padding: 5px;
	margin: 20 40;
	border-width: 1px;
	border-style: solid;
	border-color: #9a0000
}

/* this is for text in a div controlled from swf */
.divvisible {
	position:absolute;  
	top:50px;
	left:560px;
	width:200px;
	display:none;
	visibility:visible; 
	/* visibility:hidden;   */
}

/* this is for text in a div controlled from radiobutton in a form */
.divvisible2 {
	/*position:absolute;  this enables the div text to be visible in Dreamweaver as well as enable block */
	top:0px;
	left:0px;
	display:none;
	visibility:visible;
	background-color: #FFEEDD;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #9a0000
}
.divvisibleplain {
	/*position:absolute;  this enables the div text to be visible in Dreamweaver as well as enable block */
	/*top:0px;
	left:0px;*/
	display:none;
	visibility:visible;
	padding: 5px;
	/*background-color: #FFEEDD;
	
	border-width: 1px;
	border-style: solid;
	border-color: #9a0000*/
}

