<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------  Defined Different for Net and IE Layout --------------------*/
/*  For an explination on why and how they are defined different look at netstyle and all style for the comments  */

.noborder, .belowimage{
	display: block;
    float: none;
}

.belowimage{
	font-weight : bold;
	font-size : smaller;
}


.fig400lft {
	border: thin silver solid;
	margin:10px;
	padding: 3px;
	width: 400px;
}

.fig300lft {
	border: thin silver solid;
	margin:10px;
	padding: 3px;
	width: 300px;
}

.fig500 {
	border: thin silver solid;
	margin:10px;
	padding: 3px;
	width: 500px;
}

/*--------------------------------------  Font Layout --------------------*/

table{ 
	text-align: center;
 }
 
 P{
	text-indent : 20px;
 }
 
 .noindent{
	text-indent : 0px;
 }

.bread{
	font-size: smaller;
}
.indent{ 
	text-indent : 0px;
	margin-left : 40px;	
 }

.sectionhead{
	font-weight : bold;
	font-size : large;
}
.header{
	font-weight : bold;
	font-size : medium;
	text-indent : 0px;	
}

.captiontext{
	font-size : x-small;
	margin-top:5px;
}

/*--------------------------------------  Advanced Layout --------------------*/
.spacer{
	display: block;
    float: none;
	clear:both;
	height : 3px;
	width: 100%;
}

.date , .issue, .mtdc{
	color : #FFFFFF;
	background-color : #808080;
	display : block;
	clear: none;
	float : left;	
}
.date {
	text-align:left;
	float : left;	
	width : 20%;
}
.mtdc{
	text-align:center;
	float : left;	
	width : 60%;
}
.issue {
	text-align:right;
	float : left;	
	width : 20%;
}





</pre></body></html>