@charset "utf-8";
/* CSS Document - Newsletter */

#ei_newsletter_content {
	float: left;
	width: 968px;
	text-align: justify;
}

#ei_newsletter_content a {
	color: #06C;
	text-decoration: none;
	font-weight: bold;
}

#ei_newsletter_content a:hover {
	color: #09F;
	text-decoration: underline;
	font-weight: bold;
}
.highlight_new {
	color: #090;
}
.highlight_old {
	color: #C00;
}


#newsletter_current {
	float: left;
	width: 638px;
	margin-right: 22px;
}
#newsletter_current img {
	float: left;
	margin-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#newsletter_archives {
	float: left;
	width: 308px;
}
#newsletter_archives img {
	float: right;
	padding-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#newsletter_archives h1 a {
	color: #06C;
	background-color: #CCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#newsletter_archives h1 a:hover {
	color: #09F;
	background-color: #CCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
