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

#marqueecontainer{
	position: relative;
	width:95%; /*marquee width */
	height:600px; /*marquee height */
	/*background-color:none;*/
	overflow:hidden;
	border:0px; 
	padding-left:5px;
	margin-top:7px;
}


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

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

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


.articlepreview#date {
	color:white;
}


/************************
* SCROLLING_NEWS
************************/
.scrolling_news {
	font-size:12px;
	text-align:justify;
	margin-bottom:14px;
}

.scrolling_news #title a:link, .scrolling_news #title a:visited, .scrolling_news #title a:active {
	color:#F7C80A;
	font-weight:bold;
	text-decoration:none;
}

.scrolling_news #title a:hover {
	text-decoration:underline;
}

.scrolling_news #date {
	color:#E6E6E6;
	font-size:10px;
}

.scrolling_news #text {
	color:white;
	margin-top:5px;
	line-height:18px;
}
