﻿.NewsHeading 
{
	font-size:16px;
	color:#003366;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}
.NewsDate
{
	font-size:12px;
	color:#666666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
.NewsTeaser
{
	font-size:16px;
	font-style:italic;
	color:#333333;
	display: block;
	line-height: 20px;
}

.Error 
{
	color:#800;
	font-weight:bold;	
}
 
.Note 
{
	color:#222;
	font-style:italic ;
	background-color:#ffffd1;
}   