/* Styling for the ADG newsletter */

.adg_nl {
	font: 					12px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background:				#FFFFFF;
	color:					#444444;
	width:					626px;
	outline:				medium none;
	padding:				0px;
}

.adg_nl a {
	color:					#293E83;
	text-decoration:		none;
}

.adg_nl p {
	margin:					0px 0px;
}

.adg_nl hr {
	background-color:		#C0C0C0;
	border-style:			none;
	color:					#D0D0D0;
	height:					1px;
	margin:					15px 0;
}

.adg_nl img {
	border:					0px none;
}

.adg_nl a:hover {
	text-decoration:		underline;
}

.adg_nl .adg_nl_clear {
	clear:					both;
}

.adg_nl .adg_nl_left {
	margin-right:			10px;
	margin-bottom:			10px;
	float:					left;
}

/* Styling for the newsletter title. */

.adg_nl .adg_nl_title {
	text-align:				center;
}

/* Styling for the newsletter header. */

.adg_nl .adg_nl_header {
}

.adg_nl .adg_nl_header h1 {
	font-size:				14px;
	color:					#000000;
	padding-bottom:			10px;
	font-weight:			bold;
	text-align:				center;
	height:					34px;
}

/* Styling for the newsletter content. */

.adg_nl .adg_nl_content {
}

.adg_nl .adg_nl_story {
	width:					626px;
	background:				url("images/column-header.gif") no-repeat scroll 0 0 transparent;
	float:					left;
	margin-bottom:			14px;
}

.adg_nl .adg_nl_story .adg_nl_title {
	width:					626px;
	background:				url("images/column-header-inner.gif") no-repeat scroll 100% 0 transparent;
	height:					34px;
	text-align:				left;
	float:					left;
}

.adg_nl .adg_nl_story .adg_nl_title h1 {
	color:					#000000;
	font-size:				14px;
	font-weight:			bold;
	line-height:			31px;
	padding:				0 0 0 18px;
	height:					34px;
	margin-top:				3px;
}

.adg_nl .adg_nl_story .adg_nl_storycontent {
	width:					626px;
	float:					left;
}

.adg_nl .adg_nl_story .adg_nl_storycontent .adg_nl_block-head {
	background-image:		url("images/block-colspan08.png");
	background-position:	-950px 0;
	background-repeat:		no-repeat;
	min-height:				15px;
	margin:					0;
	padding:				0;
}

.adg_nl .adg_nl_story .adg_nl_storycontent .adg_nl_block-body {
	background-image:		url("images/block-colspan08.png");
	background-position:	0 0;
	background-repeat:		repeat-y;
	padding:				0px 14px;
	margin:					0;
}

.adg_nl .adg_nl_story .adg_nl_storycontent .adg_nl_block-body p {
	margin-top:				12px;
}

.adg_nl .adg_nl_story .adg_nl_storycontent .adg_nl_block-foot {
	background-image:		url("images/block-colspan08.png");
	background-position:	-1900px 100%;
	background-repeat:		no-repeat;
	height:					15px;
	margin:					0;
}

/* Styling for the newsletter footer. */

.adg_nl .adg_nl_footer {
	text-align:			center;
}

/* Styling for the newsletter small print. */

.adg_nl .adg_nl_smallprint {
	text-align:			center;
	font-size:			10px;
}

