body,p,th,td,input,select,textarea{
    font-size:12px;
}
body{
	margin:0;
	padding:0 10px 0 10px;
	background-color:#FFF;
	color:#555;
}
a:link {
	color: #479717;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #479717;
}
a:hover {
	text-decoration: none;background-color:#479717;padding:1px;font-size:14px;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
	h1 {
		display:block;
		width:205px;
		height:21px;
		line-height:21px;
		background:transparent url(../images/h1_bk.jpg) left top no-repeat;
		font-size:14px;
		font-family:Arial;
		font-weight:bold;
		padding-left:15px;
		color:#FFF;
	}
	h1 a:link,h1 a:visited,h1 a:hover,h1 a:active{
		color:#FFF;
	}
	h2{
		font-size:12px;
		color:#333;
		font-family:Arial;
		font-weight:bold;
		border-bottom:1px solid #F4A74B;
	}
	ul{
		margin:10px 0 40px 20px;
	}
	table li{
		margin-bottom:5px;
		list-style-type:square;
	}
	table li li{
		list-style-type:circle;
	}
	#middletd{
		border-left:1px dashed #DDD;
		border-right:1px dashed #DDD;
	}
	.td1 td{
		padding:0 15px;
	}