#nav{
    border-bottom:solid 0px #003399;
}


#top_img{
    margin:0px;
    padding:0px;
    text-indent:-9999px;
    width:500px;
    height:180px;
    border:solid 1px #000000;
    background-image:url('../images/top.png');
    background-repeat:no-repeat;
} 

/* XV */
#news{
    margin:-185px 0px 20px 520px;
    padding:0px;
    line-height:normal;
}
#news h2{
    margin:0px 10px;
    padding:0px;
    background:none;
    border:none;
    color:#333333;
}
#news h2:first-letter{
	color:#003399;
}
#news dl{
    margin:0px;
    padding:10px;
    height: 120px;
    border:solid 1px #999999;
	overflow-x:hidden;
	overflow-y:scroll;
    font-size:10pt;
}
#news dl dt,#news dl dd{
    padding:0px;
}
#news dl dt{
    margin:0px 0px 2.5px 0px;
    position:relative;
    top: 4px;
    width:6.0em;
    height:1.5em;
}
#news dl dd.news_category1,#news dl dd.news_category2,#news dl dd.news_category3{
    margin:-1.5em 0px 2.5px 8.0em;
    width:7.0em;
    text-align:center;
	font-weight:bold;
    color:#ffffff;
}
#news dl dd.news_category1{
    background-color:#FF9933;
}
#news dl dd.news_category2{
    background-color:#33CC99;
}
#news dl dd.news_category3{
    background-color:#3399FF;
}
#news dl dd.news_text{
    margin:-1.6em 0px 2.5px 16.0em;
    padding:0px;
}
