.aList_caption
{
	text-align: center;
	list-style-position: outside;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	background-repeat: repeat;
	list-style-type: disc;
	letter-spacing: normal;
	background-color: beige;
}

.aList_body
{
	background-color: beige;
}


.aList_navrow
{
	text-align: center;
	color: Black;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
}

A.aList_navrow:link
{
	text-decoration: none;
	color: Black;
}

A.aList_navrow:visited
{
	text-decoration: none;
	color: Black;
}

A.aList_navrow:active
{
	text-decoration: none;
	color: #333399;
}

A.aList_navrow:hover
{
	text-decoration: none;
	color: #CE0000;
}


A.aList_ArticleLink:link
{
	text-decoration: none;
	background-color: Transparent;
	color: #AA0000;
}
A.aList_ArticleLink:visited
{
	text-decoration: none;
	background-color: Transparent;
	color: #AA0000;	
}
A.aList_ArticleLink:active
{
	text-decoration: none;
	background-color: Transparent;
	color: #FF0000;
}
A.aList_ArticleLink:hover
{
	text-decoration: none;
	background-color: Transparent;
	color: #009999;
}

.aList_Headline
{
	background-color:dimgray;
	color:White;
	font-variant: small-caps;
	font-weight:bold;
}



.aList_AltHeadline
{
	background-color: #DAA520; /* goldenrod*/ 
	font-size: 13px;
	font-variant: small-caps;	
	color: black;
	font-weight:bold;	
}


.aList_ArticleSummary
{
	background-color: #FAFAD2; /* lightgoldenrodyellow */ 
	color: #333333;
}


.aList_DateStamp
{
	color: Red;
	font-size: 10px;
}
.aList_AltDateStamp
{
	color: Green;
	font-size: 10px;
}

