/* CSS Document */
.newsLetter{
	margin-top:10px;
	height:20px;
	width:145px;
	border: 1px dotted #999966;
	background-image:url(../images/newsletter.gif);
	background-repeat:no-repeat;
	padding-top: 24px;
	text-align:center;
	color:#999966;
	cursor:pointer;
	text-decoration:none;
}
.newsLetter a{
	color:#999966;
	text-decoration:none;
}

