@charset "utf-8";
body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.table {
	border: 1px solid #E6E6E6;
	background-image: url(../images/ntimage.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.table2  .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A65E61;
	padding: 10px;
}
.table2  .td {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.table2  .td  a {
	color: #333333;
	text-decoration: none;
}
.table2  .td  a:hover {
	color: #006699;
	text-decoration: none;
}
.table2 {
	border: 1px solid #E6E6E6;
	background-repeat: repeat;
}

