/*for newsletter en newsletter related pages --> fwd friend, subscribe*/
body{
	background-image: url('../img/stripes.gif');
}
#pageArea 
{
	width: 600px;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #cccccc; 
}
#textArea{
	padding-left:30px; 
	padding-right:20px;
}
.quotebox
{
	background-color: #EAEAEA;
	text-align:center;
	padding: 2px; 
	width: 350px;	
}
.newstitle{
	color: #e7a131;
	font-size:15px;
	font-weight:bold; 
	margin: 0px; 
	line-height:30px;
}
.line {
	height: 1px;
	width: 100%;
	display: block;
	background: url(../img/hdots.gif) repeat-x;
}

