/* Cascading Style Sheet for IE4.01 last updated 1-28-98 */

p.K2		{ margin-top: 0em; margin-left: 10pt;}

.reg { color:#008000;  font-weight:bold; }

/*	HEADING TAGS	*/

big		{  font-weight: bold; 
		font-size: 105%;  }
		
p.proclabel		{ font-weight: bold;
				font-size: 100%;
				margin-top: 1.2em }  	/*procedure heading*/

/* Image in Text */
img.imgSpn {
	vertical-align: middle;
}

/*	LIST TAGS	*/

ol		{ margin-top: .6em; margin-bottom: 0em; margin-left: 4em }	
	
ul		{ margin-top: .6em; margin-bottom: 0em }	

ol ul	{ list-style: disc; margin-top: .6em  }

ul ul	{ list-style: disc }

li		{ margin-bottom: .7em;
		margin-left: -2em }
		
		
/*	TERM AND DEFINITION TAGS	*/

dl		{ margin-top: 0em }

dt		{ font-weight: bold;
		margin-top: 1em;
		margin-left: 1.5em;  }

dd		{ margin-bottom: 0em;	/*not currently working*/
		margin-left: 1.5em  }

dl li	{ margin-bottom: .7em }	/*list item inside a term/def list*/

dl dl	{  margin-top: 0em;
		margin-left: 0em  }	/*term/def list inside a term/def list*/


/*	MISC. TAGS	*/

pre			{ font-family: Courier;
			font-size: 125%; 
			margin-top: 1.2em;
			margin-bottom: 1.5em  }
		
code		{ font-family: Courier;
			font-size: 125%;  }
		
pre code	{ font-size: 100%; }
							
hr.sms	{ color: black; text-align: left  }  /*SMS specific rule used under procedure title*/

hr.iis		{  color: black }		/*IIS specific - preceding copyright*/

/* New Tags */

.divTitle {
	width:100%;
  height:30px; font-size:22px; font-weight:bold;  color:#003399;
	margin:0 auto 10px auto; padding-bottom:0px; line-height:30px;
	text-align:center;
}
.divSubTitle {
	text-align:center;  background-color:#E7ECEF;  font-weight:bold;
	border-left:#85929B 1px solid;  border-top:#85929B 1px solid; 
	border-right:#85929B 1px solid;  border-bottom:#85929B 1px solid;
	padding-right:0.5em;  padding-left:0.5em;
}
.divSubSubTitle {
	background-color:#f1f4f5;  font-weight:bold;  padding-left:5px;
	border-bottom:#D6DFE2 1px solid;
	margin-bottom:0.5em;
}
.divSub3Title {
	border-bottom:#D6DFE2 2px dotted;
	margin-bottom:0.5em;
}
.divHighlight {
	background-color:#f1f4f5;
}

/* Table Tags */

table	{ font-size: 100%;
		margin-top: 1em; 
		margin-bottom: 1em }
		
th		{ text-align: left;
		vertical-align: bottom; }
		
th.center	{ text-align: center }
		
tr		{ vertical-align: top }
td		{ vertical-align: top; }


	/* File format table */
	
table.tbFileFormat {
  border:0;  cellspacing:1;  width:80%;
} 
caption.lbFileFormat {
  font-size:9pt;  font-weight:bold;
} 
td.tdFileFormatCol1 { 
	background-color:#eeeeee;  font-weight:bold;  width:20%;  
	border-right:#cccccc 1px solid;  border-bottom:#cccccc 1px solid; 
}
td.tdFileFormatCol2 { 
	background-color:#eeeeee;  width:60%;
	border-right:#cccccc 1px solid;  border-bottom:#cccccc 1px solid; 
}
td.tdFileFormatCol3 { 
	background-color:#eeeeee;  width:20%;
	border-right:#cccccc 1px solid;  border-bottom:#cccccc 1px solid; 
}

td.tdColGray { 
	background-color:#eeeeee;
}
