body{
	margin: 0px;
	background-color: White;
}
table{
	border-collapse: collapse;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	border-style: none;
}
img{
	border: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}

table.tblMain{ /* Level Zero - Outer Table */
	width: 100%;
	height: 100%;
}
td.tdMain{
	width: 100%;
	height: 100%;
	vertical-align: top;
	background: url(images/probe_000.jpg) center top;
	background-repeat: repeat-y;
}

table.tblMain01{/* Level One Table - 3 TR/TD */
	width: 780px;
	height: 100%;
}

/************************/
td.tdMain011{/* Top Part*/
	width: 100%;
	height: 103px;
	background: url(images/probe_03.jpg);
}
table.tblTop01{
	width: 100%;
	height: 103px;
}
td.tdTop011{
	width: 205px;
	height: 103px;
}
td.tdTop012{
	width: auto;
	height: 103px;
}


/************************/
td.tdMain012{/*Middle Part */
	width: 100%;
	height: 100%;
	background: url(images/spacer_CBD8E4.jpg);
	text-align: right;
	vertical-align: top;
}
table.tblMid01{
	width: 765px;
	height: 100%;
	background: White;
}
td.tdMid011{/*Left Part*/
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #597EA6;
	background: url(images/spacer_CBD8E4.jpg);
}

td.tdMid012{/** Middle Contents **/
	width: 100%;
	height: auto;
	background: url(images/probe_int_01.jpg) left top;
	background-repeat: repeat-y;
}

table.tblMid001{
	width: 96%;
	height: auto;
}
ul.ulTxt{
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 5px;
	list-style: url(images/bullet1.jpg);
	line-height: 120%;
}
li.liTxt{
	padding-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: Black;
	text-align: left;
	padding: 2px;
}

/************************/
td.tdMain013{/*Bottom Part*/
	width: 100%;
	height: 21px;
	background: url(images/probe_12.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	vertical-align: bottom;
	text-align: center;
}
