.outer{ width:100%; } /* This outer container is need to keep the middle colum in LM from being too wide in IE */


.specTable {
	display:table;	/* default */
	table-layout:fixed;
	text-align:center;
	font-family: Verdana sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #F0FFF0;
	height:auto;	/* default */
	border:1px solid #CDC0BA; 
	background-color: #FFFFF0;
	border-collapse:collapse;
	border-spacing:0px; /*doesn't work in IE*/
	margin:1em 0;
	width:100%;
  }


.specTable td{
	border-bottom:1px solid #CDC0BA; 
	border-top:0px;
	border-left:1px solid #CDC0BA;
	border-right:0px;
	text-align:left;
	padding: 0 3px;
	font-family:Verdana, sans-serif, Arial;
	font-weight:normal;
	font-size:11px;
	color: #4682B4;
	background-color: #FFFFF0;
	vertical-align: top;
}
	
.specTable td.Hed {
	border-bottom:2px solid #CDC0BA; 
	border-left:1px solid #CDC0BA; 
	background-color: #F0F7FF;
	font-family:Verdana;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color: #483D8B;
	}

.specTable td.Highlight{
   color: #003E80;
	background-color: #F0FEFF;
}

.specTable a:link{
	text-decoration:underline;
	font-weight:bold;
	color:#138A83;
}
.specTable a:hover{
	color:Background;
	background-color:transparent;
	text-decoration:none;
}
.specTable a:visited	{
	color:#6699CC;
	background-color:transparent;
	text-decoration:underline;
	}

