.article1 table{
	width:530px;
    margin: 5px auto 5px auto;
	font-size: 12px;
}

.article1 td{
	text-align: center;
	padding: 5px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	vertical-align: top;
	color: #333333;
}

.article1 td.top {
	background: #76981d;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border-top:1px solid #cccccc;
}


.article1 th{
	width:280px;
	letter-spacing: 1px;
	padding: 5px 5px 5px 20px;
	background: #e4e7cd url(image/tb_th.gif) no-repeat 5px 9px;
	text-align:left;
	color: #333333;
	vertical-align: top;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-weight: normal;
}

.article1 th.top {
	background: #76981d;
	padding: 5px 5px 5px 5px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border-top:1px solid #cccccc;
}




