@charset "UTF-8";
#Articles {
	width: 250px;
	background-color: #56494A;
	font-family: "Myriad Pro", Arial;
}
.newstitle {
	background-image: url(../Images/newsarrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-left: 12px;
	margin-top: 5px;
}
.newsdate {
	font-size: 75%;
	text-transform: uppercase;
	color: #FF0000;
	background-image: url(../Images/newsline.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-left: 18px;
	margin-top: 10px;
	font-weight: 425;
}
#Articles .newstitle a {
	color: #FFFFFF;
}
#Articles .newstitle a:hover {
	color: #FE0000;
}
#Articles a:visited {
	color: #666666;
}
