.note{
	color:red;
}
.sep10px{
	clear:both;
	height:10px;
	visibility:hidden;
}
.itemDesc{
	width:730px;
	font-size:12px;
	line-height:20px;
	color:#696969;
	font-family: Arial, Helvetica, sans-serif;
}
.itemDesc table{
	font-size:12px;
	color:#696969;
	line-height:20px;
}
.itemDesc hr{
	width:100%;
	background-color:#696969;
	height:1px;
	border:none;
	clear:both;
}
.itemDesc h1{
	font-size:14px;	
	color:#0742B8;
}
.itemDesc h2{
	font-size:12px;	
	color:#483D8B;
}
.subHead{
	font-weight:bold;
	color:#483D8B;
}
.imgWrap{
	width:100%;
}
.imgWrap img{
	float:left;
	margin:10px;
	_display:inline;
	border:solid 1px #ccc;
}
.imgTextWrap div{
	float:left;
	text-align:center;
	margin:5px;
}
.imgTextWrap img{
	vertical-align:text-top;
	border:none;
}
.tabSty-1{
	width:100%;
	border-collapse:collapse;
}
.tabSty-1 th{
	background-color:#F8F8FF;
	border:solid 1px #ccc;
	text-align:left;
	padding:2px 4px;
}
.tabSty-1 td{
	background-color:white;
	border:solid 1px #ccc;
	padding:2px 4px;
}
.code{
	width:650px;
	color:black;
	background-color:#fcfcfc;
	border:solid 1px #ccc;
	margin:5px;
	padding:5px;
}
.introList ol{
	font-weight:bold;
}
.introList ul{
	font-weight:normal;
}
.imgCenter{
	text-align:center;
	border:dashed 1px #ccc;
	padding:10px;
}
.highlight{     
	font-weight:bold;     
	color:#0742B8; 
}