.newsItemHeader 
{
	border-bottom: dashed 1px #0078C8;
	color: #0078C8;
}

.newsItemName 
{
	font-weight: bold;
	letter-spacing: 1px;
}

.newsEntryDate 
{
	font-style: italic;
}

.newsItemBody 
{
	padding-bottom: 10px;
}

.newsFooter 
{
	text-align: center;
}

.newsCurrentPage 
{
	font-weight: bold;	
}

.newsPageLink {}

.newsAdminItemHeader {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #783721;
}

.newsAdminItemName {}

.newsAdminEntryDate {}

.newsAdminEditHeader 
{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
}

.newsAdminEntry {}

.newsAdminError {
	font-weight: bold;
	text-align: center;
	color: #990000;
}

.newsAdminEntryLabel {
	font-weight: bold;
}

.newsAdminEntryItem 
{
	border: 1px solid #CDB09F;
	width: 70%;
}

.newsAdminLink 
{
	font-size: smaller;
	font-weight: normal;
}

.newsSummary 
{
	text-align: left;
}

.newsSummaryItem 
{
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
}

.newsSummaryDate {}