@charset "UTF-8";

.box1 {
	/*background-image: url(../img/layout/box1-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
	margin-bottom: 15px;
}

.new {
	/*margin-left: 15px;*/
	/*margin-right: 15px;*/
	height: 600px;
	width: 450px;
	line-height: 150%;
	text-align: left;
	overflow: auto;
	scrollbar-arrow-color: #cccccc;
	scrollbar-base-color: #004080;
	scrollbar-track-color: #e0e0e0;
}

.new table {
	font-size: 14px;
	text-align: left;
	margin: 0px;
	width: 430px;
	line-height: 150%;
}

.new table td {
	/*padding: 5px;*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	/*border-bottom-color: #006b9f;*/
}

