body {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
}
.show_title {
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
	border-bottom: 2px solid #FF0000;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

.show_detail {
	background-color: #333333;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	color: #E0E0E0;
	padding: 5px;
	margin-bottom: 10px;
}
.pic_caption p{
	font-size: 12px;
	color: #FF0000;
	text-align: left;
	margin-top: 5px;
}

.show_detail_header {
	background-color: #333333;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	color: #E0E0E0;
	padding: 5px;
	text-transform:uppercase;
	margin-top:10px;
}
.result_TB_head{
	background-color: #B00200;
	color: #E0E0E0;
	font-weight: bold;
}

.result_TB_head2{
	background-color: #B00200;
	color: #E0E0E0;
	font-weight: bold;
	border: 1px solid #B00200;
	font-size: 16px;
}

.result_TB_subhead{
	background-color: #595959;
	color: #FFFFFF;
	font-weight: bold;
}
.result_TB_subhead2{
	background-color: #595959;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}

.result_TB {
	font-size: 12px;
	color: #C0C0C0;
	border-collapse: collapse;
}
.result_TB td{
	border-bottom: 1px solid #880000;

}
h3 {
	color: #000000;
	background-color: #E0E0E0;
	font-size: 12px;
	text-align: left;
	padding-left: 4px;
	margin-top: 10px;
	margin-bottom: 0px;
}
