/* ================================
    CSS STYLES FOR Articles
   ================================
*/

ArticleTitle, a.ArticleTitle, .ArticleTitle:link, .ArticleTitle:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: normal;
	color:#2F4883;
	text-decoration: none;
	font-style: normal;
	
}
a.ArticleTitle:hover
{
	text-decoration: none;
	border-bottom-width:1;
	border-bottom-style:dashed;
}
.ArticleHelp {
	background-color:#E9E9AB;
	padding:5px;
	width: 250px;
}

