/*newsletter page*/

#subscribeform, #unsubscribeform{
	display:none;
}





em{
	color: #91232a;
}



.txtbox:before
	{
		content: "<br>";
		display: block;
	}

lable{
	float:left;
	display:block;
}


.txtbox
{	
content: "<br>";
	margin-bottom:5px;
	color: #91232a;
	background: #fff;
	border: 1px solid #91232a;
}










#subscribeform-show { background: url(images/arrowright.gif) left center no-repeat;
	display:block;
	margin-bottom:2px;
	padding-left:20px;}
#unsubscribeform-show { background: url(images/arrowright.gif) left center no-repeat;
	display:block;
	margin-bottom:2px;
	padding-left:20px;}

.showLink:link {
	color: #91232a;
 	text-decoration: none;
}

.showLink:visited {
	color: #91232a;
 	text-decoration: none;
}

.showLink:hover {

 	text-decoration: underline;
}



#forms{
	margin-top:10px;
	margin-bottom:10px;

}
form{ 
	padding:10px;
	margin-left:15px;
	
	margin-top:10px;
	margin-bottom:10px;
	background-color:#ccc;
}


.newsletterlink caption { 
		font-weight: bold;
		color: #91232a;
		
		caption-side: top; 
		width: auto;
		text-align: left;
	   }
     
.newsletterlink{
	border-top:1px solid  #91232a;
   	margin-top:5px;
	margin-bottom:20px;
   	width:100%;
   }
   .newsletterlink table {
   
   }
  .newsletterlink table tr{
  	margin:10px;
  }

 .newsletterlink td a:link {
 	color: #91232a;
 	text-decoration: none;
 	}
 	
 .newsletterlink td a:visited {
 	color: #91232a;
 	text-decoration: none;
 	}	
 	
 .newsletterlink td a:hover{
 	color: #91232a;
 	text-decoration: underline;
 	}
 	
 	
.year{
	
	color:#aaa;
	width: auto;
 	font-weight: bold;
 	font-size:32px;
 }


/*end newsletter page*/