﻿.NewsLetterInner
{
	position:relative;
	background-image: url(/images/img_newsletter_box_bg.png);
	background-repeat: repeat-X;
	width:262px;	
	left:5px;
	height:auto;
	background-color:#efc358;
}
.NewsLetterInnerText
{
	position:relative;
	left:4px;
	height:auto;
	width:240px;
	color:#c30025;
	font-size:7pt;
}
.NewsLetterTitle
{
	color: #c10026; 
	font-family: Myriad Pro; 
	font-size: 19px;
	line-height:16px;
}
.NewsLetterLink
{
	color: #c10026; 
	font-family: Verdana; 
	font-size: 9px; 
	text-decoration: none
}
.NewsLetterLink:hover
{
	color:Black;
	text-decoration:underline;
}
