/* %~%@ < 91.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < Articles > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page Articles display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.ArticlesHomeDiv {
	font: 10px Arial, Helvetica, sans-serif;
	color: #3CF;
	/* background: #F4F4FF;
	border: 1px solid #000066;
	margin-right: 5px; */
	margin:0 auto;
	float:left;
	height:31px;
	/* width:95px; */
}
/* Headline div */
.ArticlesHomeHeadline {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	float:left;
	/* width:95px; */
	text-align:center;
	height:31px;
	/* background: #3366CC;
	border-bottom: 1px solid #000066;
	padding: 2px; */
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.ArticlesHomeDate {
display: none;
}
/* Date at end of headline */
.ArticlesHomeDate1 {

	display: none;
}
.ArticlesHomeHeadline A {
	text-decoration: none;
	color: #FFFFFF;
}
.ArticlesHomeHeadline A:HOVER {
	text-decoration: underline;
}
/* Articles Body div */
.ArticlesHomeBody {
	text-decoration: none;
	padding: 2px;
	display: none;
}
.ArticlesHomeBody A {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.ArticlesHomeBody A:HOVER {
	color: #0000FF;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the Articles detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.ArticlesDetailDiv {
	font: 12px Arial, Helvetica, sans-serif;
	color: #3CF;
	/* background: #284c5e;
	border: 1px solid #000; */
	margin-bottom: 5px;
}
/* Headline div */
.ArticlesDetailHeadline {
	display: none;
	/* font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #000;
	border-bottom: 1px solid #000;
	padding: 2px; */
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.ArticlesDetailDate {
display: none;
}
/* Date at end of headline */
.ArticlesDetailDate1 {
display: none;
}
.ArticlesDetailHeadline A {
	text-decoration: none;
	color: #FFFFFF;
}
.ArticlesDetailHeadline A:HOVER {
	color: #FFFFCC;
	text-decoration: underline;
}
/* Articles Body div */
.ArticlesDetailBody {
	text-decoration: none;
	padding: 2px;
		color: #FFFFFF;
		font:bold 1.350em Arial, Helvetica, sans-serif;
		margin-right:50px;
		margin-left:50px;
		margin-bottom:40px;
}
.ArticlesDetailBody A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.ArticlesDetailBody A:HOVER {
	color: #FFFF99;
	text-decoration: none;
}
h3 {
font:bold 1.00em Arial, Helvetica, sans-serif;
color:#FFFF00;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the Articles article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.ArticlesArticleDiv {
font: 14px Arial, Helvetica, sans-serif;
	color: #3CF;
	margin-bottom: 10px;
}
/* Date at front of list item */
.ArticlesArticleDate {
	font-weight: normal;
}
/* Date at end of list item */
.ArticlesArticleDate1 {
	font-weight: normal;
	display: none;
}
/* Each list item */
.ArticlesArticleList {
display: none;
	text-decoration: none;
	margin: 5px 0 0;
	padding: 0px 2px 5px;
	border-bottom: 1px solid #D1D1D1;
}
.ArticlesArticleList A {
	color: #32C5F6;
	font-weight: bold;
	text-decoration: none;
}
.ArticlesArticleList A:HOVER {
	color: #FFF;
	text-decoration: underline;
}

