.global_ad {
	clear: both;
	margin-bottom: -11px;
	padding-top: 27px;
}

.global_ad_text {
	background: #f2ffcc;
	border: 1px solid #d9ed97;
	border-radius: 7px;
	clear: both;
	color: #003366;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.global_ad:nth-child(even) .global_ad_text {
	background: #f0f7fc;
	border: 1px solid #d9e7f3;
}

.global_ad .global_ad_text a {
	position: relative;
	z-index: 3;
}

.global_ad:nth-child(even) .global_ad_text a {
	position: relative;
	z-index: 2;
}

.global_ad .global_ad_text a, .global_ad .global_ad_text a:hover {
	color: #003366;
	display: block;
	line-height: 32px;
	text-decoration: none;
}

.global_ad_arrow {
	color: #7CA60A;
	font-family: Arial;
}

.global_ad b {
	font-weight: bold;
}

