@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #0379B7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th, p {
	font-family: Arial, Helvetica, "新細明體";
	color: #333333;
	font-size: 11px;
	line-height: 20px;
}
.indexcontent {
	background-image: url(images/indexcontentbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #F27C1A;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bluelink:link {
	color: #003366;
	text-decoration: underline;
}
.bluelink:visited {
	color: #003366;
	text-decoration: underline;
}
.bluelink:hover {
	color: #FF6600;
	text-decoration: underline;
}
.redlink:link {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	text-shadow: #666666;
}
.redlink:visited {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	text-shadow: #666666;
}
.redlink:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	text-shadow: #666666;
}
.blacklink:link {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.blacklink:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.blacklink:hover {
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
}
.text-white {
	color: #FFFFFF;
}
.text-white-11 {
	color: #FFFFFF;
	font-size: 11px;
}
.text-yellowlight {
	color: #FeFCC0;
}
.text-yellow {
	color: #FaF567;
}
.text-blue-shadow {
	font-size: 12px;
	color: #003C5B;
	text-shadow: #666666;
}
.text-blue-medium-shadow {
	font-size: 13px;
	color: #003C5B;
	text-shadow: #666666;
}
.text-white-medium-shadow {
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: #666666;
}
.text-red-shadow {
	font-size: 12px;
	color: #990000;
	text-shadow: #666666;
}
.text-red-shadow: link {
	font-size: 12px;
	color: #990000;
	text-shadow: #666666;
	text-decoration: underline;
}
.text-red-shadow: visited {
	font-size: 12px;
	color: #990000;
	text-shadow: #666666;
	text-decoration: underline;
}
.text-gray-shadow {
	font-size: 12px;
	color: #666666;
	text-shadow: #666666;
}
.text-blue-head {
	color: #006699;
	font-size: 18px;
	font-weight: bolder;
}
.text-red-head {
	color: #990000;
	font-size: 14px;
	font-weight: bolder;
}
.text-white-head {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bolder;
}
.text-small {
	font: Arial;
	color: #333333;
	font-size: 10px;
}
.list1 {
	color:#003366;
	margin-left:250px; 
	padding-left: 5px;
	font-size: 11px;
	line-height: 20px;
}
.list2 {
	color:#003366;
	margin-left:20px; 
	padding-left: 5px;
	font-size: 11px;
	line-height: 20px;
}
.list3 {
	color:#003366;
	margin-left:20px; 
	padding-left: 5px;
	font-size: 12px;
	line-height: 20px;
}
.border-white {
	border-color:#FFFFFF;
	border-style:solid;
	border-width: 1px;
}
.hide{display: none;}
.tddisable {
	color:#FFFFFF;
	text-align: center;
	font-size: 11px;
	background-color: #0379B7;
	border: 1px dashed #FFFFFF;
}
.pricetextfield {
	border: none;
	font-size: 12px;
	color: #003C5B;
	text-shadow: #666666;
	background-color: #CCCCCC;
	font-weight: bold;
}

.content p { 
	font-size: 13px;
}