/***************************************
  Newsletter
***************************************/
table.list_newsletter{
	border: 1px solid #000000;
  	width: 100%;
}

td.list_newsletter_header {
	font-weight: bold;
	background-color: #145F39;
  	height: 29px;
}

a {
	cursor: pointer; 
	color: #6666FF; 
	background-color: inherit; 
	text-decoration: underline;
}

a:hover {
	cursor: pointer; 
	color: #2222FF; 
	background-color: inherit; 
	text-decoration: underline;
}


#search_box
{
	padding: 10px;
}