@charset "UTF-8";

.articleListing {
	width: 375px;
}

.articleListing a:link {
	display: block;
	margin-top: 1em;
	color: #007B32;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/article_listing_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
}

.articleListing a:visited {
	display: block;
	margin-top: 1em;
	color: #007B32;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/article_listing_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
}

.articleListing a:hover {
	display: block;
	margin-top: 1em;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/_article_listing_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
}

.articleListing a:active {
	display: block;
	margin-top: 1em;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/_article_listing_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
}


