


a {
	text-decoration: none;
	color: #f84c98;
	font-weight: bold;
}



h1 {
	background: #f84c98;
	color: #ffffff;
	padding: 10px 0 10px 5px;
	font-size: 2em;
}

em {
	background: #f84c98;
	font-style: italic;
	color: #ffffff;
}

.whiteContainer h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	padding-left: 35px;
	height: 27px;
	background: url(interface_images/talk.gif) no-repeat;
	color: #515151;
}

.pinkContainer h2 {
	margin: 0 0 15px 0;
	color: #515151;
}

.slateContainer h2 {
	font-size: 1.2em;
}

.whiteContainer {
	width: 531px;
	background: url(interface_images/white_seg_bottom.gif) no-repeat bottom;
	margin-bottom: 15px;
}

.pinkContainer {
	width: 257px;
	background: url(interface_images/pink_seg_bottom.gif) no-repeat bottom;
	margin-bottom: 15px;
	float: left;
}

.slateContainer {
	width: 180px;
	background: url(interface_images/slate_bottom.gif) #505050 no-repeat bottom;
	margin-bottom: 15px;
	float: left;
}

.divide {
	margin-right: 15px;
}

.pinkContainer .containerContent {
	width: 257px;
	background: url(interface_images/pink_seg_top.gif) no-repeat top;
}

.whiteContainer .containerContent {
	width: 531px;
	background: url(interface_images/white_seg_top.gif) no-repeat top;
}

.slateContainer .containerContent {
	width: 180px;
	background: url(interface_images/slate_top.gif) no-repeat top;
	color: #ffffff;
}

.keeper, #contactPage #right .keeper 
{
	padding: 10px;

}

.enterButton {
	width: 177px;
	height: 39px;
	background: url(interface_images/enter_button.gif) no-repeat ;
	font-size: 0.06em;
}

.enterButton span {
	display: none;
}

.divide {
	clear: both;
}

.dottedDivide {
	font-size: 0.06em;
	height: 3px;
	background: url(interface_images/dotted_divide.gif) repeat-x ;
	margin: 10px 0;
}

.WelcomeBackControl {
	color: #fff;
	display: block;
	width: 184px;
	text-align: center;
	background: url("offers/images/numbers_top.gif") no-repeat top;
	margin-bottom: 20px;

}
.WelcomeBackControl .containerContent {
	background: url("offers/images/numbers_bottom.gif") no-repeat bottom;

}