﻿/*.APDetailsBalloonHeader
{
	   background-image: url(../images/APCouponDetails.png);
	  
	  background-repeat:repeat-y;
	  position: relative;
	  width: 355;
	  height:500;
	 
}
*/
.span
{
	color: #007c93;
}

.Header
{
	color:White;
}
/* link blue */
span.spanlink:link 
{text-decoration: none;
}
span.spanlink:visited {
	text-decoration: none;
	color: #007c93;
}
span.spanlink:hover {
	text-decoration: none;
	color: #007c93;
}
span.spanlink:active {
	text-decoration: none;
	color: #007c93;
}

