/**
 * Style sheet special
 */
a.accExpPerson
{
	background-color: #000250;
	color: #ffffff; 
	text-decoration: none;
}

.accExpPerson:hover
{
	text-decoration: underline; 
	font-weight:bold;
}

.email_archive_item
{
	background-image:url(tl_files/layout-images/newsletter_item.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	overflow: hidden;
	line-height:1.8em;
}

.email_archive_item_subject
{
	float: left;
	padding-left: 15px;
	text-decoration: underline;
}

.email_archive_item_date
{
	float: left;
	padding-left: 8px;
}

