
ul.newsListing
{
}

h1, h1.span
{
	line-height: 1.3em;
}

li.newsCategoryItem
{
	list-style-type: none;
	list-style-position: outside;
	padding: 10px 5px 10px 50px;
	background: transparent url(images/newsitembubble.png) no-repeat left 10px;
}
* html li.newsCategoryItem
{
	background-image: url(images/newsitembubble.gif);
}

div.newsCategoryImage
{
	display: none;
}

.itemNormal
{
}
.itemAlternating
{
	background: #E7E7E7;
}

.newsHeader a.newsHeaderLink
{
	font-size: 12px;
	color: #000;
}
.newsHeader a.newsHeaderLink:hover
{
	color: #00F;
	text-decoration: underline;
}

.DisplayDate
{
	padding-top: 5px;
	font-size: 9px;
}

.newsArchiveLink
{
	text-align: right;
}


.newsArchiveLink a,
.newsArchiveLink a:link
{
	cursor: pointer;
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	background: transparent url(images/arrow.png) no-repeat right center;
}
* htlm .newsArchiveLink a,
* htlm .newsArchiveLink a:link
{
	background-image: url(images/arrow.gif);
}
.newsArchiveLink a:hover
{
	text-decoration: underline;
	color: #00F;
}


.containerMainDiv h1.newsItemHeading
{
	padding: 0;
}

div.newsItem
{
	padding-bottom: 2em;
}
div.newsItem .DisplayDate
{
	font-size: 10px;
	padding-bottom: 1em;
}

.newsItemSeparator
{
	border-bottom: dotted 1px gray;
	margin: 1em 0;
}





.NewsCategory
{
	padding-left: 1em;
}

.NewsYear
{
	padding-top: 1em;
	font-size: 12px;
}
.NewsMonth
{
	padding: 0.25em 1em;
	font-size: 10px;
}

.NewsCategory h3
{
}