.Heading2,H2     {}
.Heading3,H3     {}
.Heading4,H4     {}

/* range table styles */
table.ImmTS_Range {
	margin: 10px 0 10px 0;
	width: 400px;
	border-collapse: collapse;
	padding: 0px;
	background: #fff;
	border: 2px solid #fff;
}
table.ImmTS_Range caption {
	font-weight: bold;
	padding: 4px 8px 4px 8px;
}
table.ImmTS_Range th {
	background: #cfe2f0;
	font-weight: normal;
	padding: 4px 8px 4px 8px;
	border-left: 1px solid #919C2F;
	border-bottom: 1px solid #919C2F;
	vertical-align: top;
}
table.ImmTS_Range td {
	font-weight: normal;
	padding: 2px 8px 2px 8px;
	border-left: 1px solid #919C2F;
	vertical-align: top;
}


/* Identification table styles */
table.ImmTS_Identification {
	margin-top: 10px;
	width: 400px;
	border-collapse: collapse;
	padding: 0px;
	background: #fff;
}
table.ImmTS_Identification caption {
	font-weight: bold;
	padding: 4px 0 4px 8px;
	}
table.ImmTS_Identification th {
	color:	#0067b2;
}
table.ImmTS_Identification th, table.ImmTS_Identification td {
	width: 200px;
	font-weight: normal;
	padding: 4px 4px 4px 8px;
	vertical-align: top;
}

table.ImmTS_Identification td ul{
	list-style: none;
	margin:	0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table.ImmTS_Identification td ul li{
	margin:	0px 0px 0px 0px;
	padding:	0px 0px 0px 10px;
	background:	url(../../../images/artex/ul_dash.gif) no-repeat 2px 7px;
}
table.ImmTS_Identification a{
	text-decoration	:none;
	color:	#0067b2;
	font-weight:	400;
}
table.ImmTS_Identification a:hover{
	text-decoration	:underline;
	color:	#0067b2;
	font-weight:	400;
}
ul{
	list-style-type: disc;
	list-style-position:outside;
	margin-left: 25px;
}
ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 31px;	
}

.introTitle {
	font-size: 130%;
	padding	:0px 0px 0px 0px;
	margin: 10px 0 10px 10px;
	color: #0060ad;
	font-weight :bold;
}


.separator{
	clear			:both;
	border-bottom	:1px dashed #999999;
	height			:1px;
	width			:390px;
	padding			:0px 0px 0px 0px;
	margin			:8px 0px 10px 0px;
}