/** CSS for Antenna House Web*//*****************************************	common*//*	table*/table.sample {	width:100% - 3em;	border-style: solid;	border-width:2px;	border-collapse:collapse;	border-color:black;	empty-cells:show;	margin-top:6pt;	margin-bottom:6pt;	border-spacing:0pt;}table.sample th {	border-style: solid;	border-width:1px;	border-color:black;	font-size: 0.9em;}table.sample td {	border-style: solid;	border-width:1px;	border-color:black;	font-size: 0.9em;	padding: 5px;}table.sample td.contents {	width:70%;	border-style: solid;	border-width:1px;	border-color:black;	font-size: 0.9em;	padding: 5px;}table.sample td.download {	width:15%;	text-align: center;	white-space: nowrap}/*	div*/div.codesample {	font-size: 0.9em; 	line-height:1.1em;	color: navy;	background-color:#ffeeff;	text-align:left;	padding:10pt;	border-style:solid;	border-width:1px;	white-space:pre;}dt {	margin-top: 1em;	font-weight: bold;}/*	for span*/span.new {	color:red;}