* {
	margin: 0;
	border: 0;
	padding: 0;
}

h3.home_title {
	color: #002A8F;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	height: 30px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
}

/* subscription form */

table#subscription {
	width: 100%;
}

table#subscription tr.space_top td {
	padding-top: 10px;
}

table#subscription td {
	font-size: 12px;
	padding-bottom: 7px;
	line-height: 1.3em;
}

table#subscription select {
	width: 50px;
	font-size: 13px;
	border: 1px solid #999;
}

input.form_field {
	width: 98%;
	font-size: 13px;
	padding: 3px;
}

div.banner_blocks {
	position: absolute;
	top: 157px;
	left: 755px;
	width: 142px;
	background: #f2f7fd;
}

div.banner_blocks .block {
	border: 1px solid #fff;
}

div.banner_blocks .block_gutter {
	padding: 10px;
}

/* newsletter */

div.newsletter_block {
	width: 100%;
	background-color: #f2f7fd;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 8px;
}

div.newsletter_block .gutter {
	padding: 9px;
}

h2 {
	color: #2175d9;
	font-size: 14px;
	margin-bottom: 27px;
}

h3 {
	margin-bottom: 18px;
}

/* newsletter article */

div.newsletter_article {
	float: left;
	width: 414px;
	margin-bottom: 18px;
}

div.newsletter_article img {
	float: left;
	margin-right: 15px;
}

div.newsletter_article span {
	color: #002a8f;
}

div.newsletter_article strong {
	color: #002a8f;
}

