#oadetail {
font-size: 66%;
margin-top:30px;
}

/*CSS Hacks for Internet Explorer */
* html #oadetail {
	margin-top:-25px;
}

#oadetail h1 {
	margin-left:0px;
	margin-top:35px;
	padding: 5px 0px 5px 0px; 
	color: red;
	font-size: 160%;
	text-align:center;
}

#oadetail h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #5F9794;
	overflow: hidden;
	font-size: 170%;
}

/* IE HACK TO GET H2 HIDDEN TO WORK */
* html h2 {
zoom:1;
}


#oadetail .phot1 {
float:right;
margin-top:-20px;
margin-right:10px;
margin-bottom:2px;
margin-left:5px;
}

#oadetail table { 
	margin-left:auto;
	margin-right:auto;
	
}

/* IE HACK TO GET TABLE POSITIONED */
* html #oadetail table {
	margin-top:5px;
}

#oadetail td {
  	padding: 6px 5px 6px 25px;
	color: #1389b0;
	font-size:170%;
	width:150px;
	background: url(../images/arrow125x.gif) no-repeat center left;
}

#oadetail .noarrow {
	background:none;
}

#oadetail .sash {
	border:1px solid red;
	background-color:white;
	
}