﻿/********************************************************/
/********************************************************/
/*					 Newsletters						*/
/********************************************************/
/********************************************************/
#newslettersArchiveWrapper 
{
	float: left;
	width: 574px;
	margin: 15px 30px 0 30px;
	display: inline;
}
#newslettersArchiveWrapper p
{
	text-align: justify;
}
.newslettersHeader 
{
	float: left;
	background-color: #A0A5AB;
	width: 574px;
}
.newslettersHeadingsList 
{
	float: left;
	list-style: none;
	padding: 5px 0 5px 20px;
	display: inline;	
}
.newslettersHeadingsList li
{
	float: left;
	list-style-type: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	width: 132px;
}
.newslettersDetails
{
	float: left;
	background-color: #FFF;
	width: 574px;
}
.newslettersDetailsAlternate 
{
	background-color: #E4EDF2;
}
.newslettersItemsList 
{
	float: left;
	list-style: none;
	padding: 5px 0 5px 20px;
	border-bottom: 1px dotted #A0A5AB;
	width: 554px;
}
.newslettersItemsList li
{
	float: left;
	list-style-type: none;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	width: 132px;
}
li.newsletterTitle
{
	width: 290px;
}