@charset "utf-8";
/* CSS Document */

#marqueecontainer{
	position: relative; 
	width:90%; /*marquee width */
	height:400px; /*marquee height */
	background-color:none;
	overflow:hidden;
	margin-left:5px;	
	margin-top:7px;
	/*border:1px solid;*/
}


.articlepreview {
	font-family:verdana;
	font-size:11px; 
	color:#F9F9F9;
	margin-bottom:15px;
}

.articlepreview a:link, .articlepreview a:active, .articlepreview a:visited  {
	font-family:tahoma;
	font-size:12px;
	color:#083e62;
	text-decoration:none;
	font-weight:normal;
}

.articlepreview a:hover  {
	text-decoration:underline;
}


.articlepreview #date {
	color:white;
}

.articlepreview #brief {
	color:#666666;
}


