/* ARTICLE LIST STYLES */

#articleList .date {
	font-style:italic;
}

#about.news #content ul {
	margin:0;
	padding:0 0 0 0;
	list-style-image:url(../images/type/bullets/mdash_bullet.gif);
}

#about.news #content li {
	margin:0 0 12px 24px;
	padding:0;
}

#about.news #content li a {
	color:#555963;
	text-decoration:none;
}

@media print 
{
	#about.news #content ul 
	{
		list-style-image:none;
	}	
}

#about.news #content li a:hover, #about.news #content li a:visited:hover {
	text-decoration:underline;
}


/* ARTICLE STYLES */

#content #article h1 
{
	height:auto;
	font-size:18px;
	line-height:22px;
}

#content #article h2 
{
	font-size:15px;
	font-style:normal;
	font-weight:bold;
}

