a:link { color: #294A7B; text-decoration: none }
a:visited { color: #294A7B; text-decoration: none }
a:active { color: #0099FF; text-decoration: underline }
a:hover { color: #294A7B; text-decoration: underline }
body {
	margin: 0px  0px; padding: 0px  0px;
	font-family: Arial;	
	font-size: 12px;
}
font,th,td,p {
	font-family: Arial;
	font-size: 12px;
}
.text_small {
	font-family: Arial;
	font-size: 10px;
}
.text_small2 {
	font-family: Arial;
	font-size: 10px;
	color: #666666;	
}
.text_small_red {
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;	
}
.text_indicator {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.text_nav1 {
	font-family: Arial;
	font-size: 12px;
	color: #669900;
}
.text_nav2 {
	font-family: Arial;
	font-size: 12px;
	color: #668385;
}
.top_menu {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
}
.textbox_num {
	font-family: Tahoma;
	font-size: 9pt;
	text-align: right;
	border: none #CCCCCC;
}
.textbox_num_border {
	font-family: Tahoma;
	font-size: 9pt;
	text-align: right;
	border: #CCCCCC;
	background-color: #CCCCCC;
}
.textbox_num_big {
	font-family: Tahoma;
	font-size: 12px;
	text-align: right;
	border: none #CCCCCC;
}
.textbox_text {
	font-family: Tahoma;
	font-size: 9pt;
	border: none #CCCCCC;
}
.textbox_text_center {
	font-family: Tahoma;
	font-size: 9pt;
	text-align: center;
	border: none #CCCCCC;
}
.print {
	font-family: Tahoma;
	font-size: 9pt;
}
.remark {
	font-family: Tahoma;
	font-size: 9pt;
	color: #333333;
}
.remark_red {
	font-family: Tahoma;
	font-size: 9pt;
	color: #FF0000;
}

/*tracking*/

.tracking_system {
    text-align: center;
}
.tracking_system h1 {
	font-size: 20px;
	margin: 30px 0 40px;
	position: relative;
}
.tracking_system h1 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.tracking_system h1:before {
	background: #ddd;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.tracking_system a {
	display: inline-block;
	margin: 0 40px;
}
.tracking_system a span {
    display: block;
    margin: 5px 0;
    font-size: 16px;
    color: #000;
}