@charset "utf-8";

/* CSS Document */

#newsbox{
	width:630px;
	/*float:left;*/
font-size:100%;
	line-height:160%;
	color:#1C1C1C;
	margin-left: 35px;
}

#centerbox{
	width:630px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 85%;
	line-height: 160%;
}

#newsbox dl{
margin:0px 0px 15px 15px;
padding:0;
line-height:160%;
}

#newsbox dt{
float:left;
clear:left;
}



#newsbox dd{
width:auto;
margin-left:8em;
padding-left:1.25em;
background-image:url(../images/pointicon.gif);
background-position:left 7px;
background-repeat:no-repeat;
width:auto;
} 

#newsbox dd.linkoff{
width:auto;
margin-left:8em;
padding-left:1.25em;
background-image:url(../images/pointicon_off.gif);
background-position:left 7px;
background-repeat:no-repeat;
width:auto;
}


#newsbox a:link{
color:#4b4b4b;
text-decoration:none;
}

#newsbox a:visited{
color:#4b4b4b;
text-decoration:none;
}

#newsbox a:hover{
color:#009900;
text-decoration:underline;
}

#newsbox strong span{
color:#007700;
}
