@charset "utf-8";
#main #home {
	height: 384px;

	text-align:left;
}
#main #home #newsbox {
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	width:420px;
	height:290px;
	color:#787878;

}
#main #home #newsbox td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
}
#main #home .footer {
	color: #787878;
}
