table { border-collapse: collapse; 
	width: 100%; 
	margin: 11px 0 22px 0;
	color: #710840;
	text-align: left;
	padding: 3px;
	background: #EDF5F5;
	}
	
table a {color:#B8839F;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	}

	
table th {background: #DBECEB;
	font: 16px Helvetica, Arial, sans-serif;
	padding: 5px;
	}	
	
table td {
	color: #B8839F;
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 140%;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 5px 5px 5px;
	text-align:center;
	}
	
table td#first {padding: 7px 5px 5px 20px;
	text-align:left;
	width: 400px
	}	
	
/* rollover states called from table_hi.js*/	
	 
.hover { background: #DBECEB ; 
	}
	

.hover2 a {color: #710840;
	}	
		

.hover3 #first { background:  #DBECEB url(../IMAGES/MISC/select_arrow_left_on.png) no-repeat; 
	background-position: left center;
	}