.ads_logo {
	background-image: url(/jsp/images/ads_service_logo.gif);
	background-position: top left;
	background-repeat: no-repeat
}

.ads_promoted_box {
	border: 1px solid #5089B8;
	background: #D1E4FA;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #333333;
	font-size: 14px;
}

a.ads_promoted_link:link {
	color: #0000FF;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

a.ads_promoted_link:visited {
	color: #990066;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

a.ads_promoted_link:hover {
	color: #0000FF;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.ads_normal_box {
	border: 1px solid #dfdbd2;
	background: #f4f1e9;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #333333;
	font-size: 14px;
}

a.ads_normal_link:link {
	color: #0000FF;
	font-size: 16px;
	text-decoration: underline;
}

a.ads_normal_link:visited {
	color: #990066;
	font-size: 16px;
	text-decoration: underline;
}

a.ads_normal_link:hover {
	color: #0000FF;
	font-size: 16px;
	text-decoration: underline;
}

.ads_green_text {
	color: #008000;
	font-size: 14px;
	text-decoration: none;
}

.ads_normal_pad_box {
	padding-bottom: 10px;
}

a.ads_link:link {
	color: #0000FF;
	font-size: 12px;
	text-decoration: underline;
}

a.ads_link:visited {
	color: #990066;
	font-size: 12px;
	text-decoration: underline;
}

a.ads_link:hover {
	color: #0000FF;
	font-size: 12px;
	text-decoration: underline;
}