body {
	background: white;
	font-family: arial, sans-serif;
	color: black;
	padding: 0em 0px 0em 0px;
	margin: 10px 0px 0px 10px;
}

.heading {
	background: white;
	font-size: 1.3em;
	color: black;
	width: 100%;
}

.heading table {
}

.heading tr {
	height: 20px;
}

.heading td {
}

.option {
	background: white;
	width: 100%;
}

.option table {
	width: 100%;
}

.option tr {
}

.option td {
	font-size: .8em;
	text-align: left;
}

.listing {
	background: #E2E2E2;
	width: 100%;
}

.listing table {
	border: thin solid #E2E2E2;
	width: 100%;
}

.listing tr {
	height: 20px;
}

.listing td {
	vertical-align: top;
	font-size: 75%;
	text-align: left;
}

.listing a {
	color: #990000	
}

.listing a:hover {
	color: #000000;
}

.result {
	background: #E2E2E2;
	width: 100%;
}

.result table {
	border: thin solid #E2E2E2;
	width: 100%;
}

.result tr {
}

.result td {
	vertical-align: top;
	text-valign: left;
	font-size: 75%;
	text-align: left;
}



.back_bt a {
	text-align: left;
	color: #990000;
}

.back_bt a:hover {
	color: #000000;
}

.add_info_heading {
	font-size: 75%;
	font-weight: bold;
}
.add_info_detail {
	font-size: 75%;
}

