@charset "utf-8";
/* CSS Document */

#marqueecontainer{
position: relative;
margin: 0 auto;
width: 200px; /*marquee width */
height: 178px; /*marquee height */
overflow: hidden;
padding: 2px 13px 0px 15px;
margin-top: 0px;
font-family: Tahoma;
font-size: 10px;
color: #FFFFFF;
}

.news_title {
font-family: Tahoma;
font-size: 11px;
color: #014764;
font-weight: bold;
}

.news_title a {
font-family: Tahoma;
font-size: 11px;
color: #014764;
text-decoration: none;
}

.news_title a:hover {
text-decoration: underline;
}

.news_content {
font-family: Tahoma;
font-size: 11px;
color: #464646;
text-align: justify;
}

.news_content a {
font-family: Tahoma;
font-size: 11px;
color: #464646;
text-decoration: none;
}

.news_content a:hover {
text-decoration: underline;
}