		body{
			font-family: "微軟正黑體", Arial;
			font-size: 1.6vh;
			color: #303030;
			line-height: 4vh;
			background-color: #f8b300;
/*			background-image: url(images/bg.jpg);
			background-size: cover;
			background-repeat: no-repeat;*/
			background-position: 50% 0px;
		}
		.title01{
			font-size: 2vh;
			text-align: center;
			font-weight: bold;
			background-color: #f0ad4e;
			border-radius: 10px;
			/*margin-right: 5px;*/
			background-color: #ffd824;
			margin-bottom: 15px;
			padding: 5px;

		}
		.top{
			background-image: url(images/top_bg.jpg);
			background-position: 50% 0%;
			background-size: cover;
			text-align: center;
			margin-top: 51px;
		}
		.mt20{
			margin-top: 50px;
		}
		.navbar-default{
			background-color: #f0850f;
			color: #000; 
			border-bottom-color: #000;
/*			border-bottom-color: #372c6e;*/
			/*border-bottom-width: 0px;*/
		}
		.navbar-default .navbar-nav>li>a{
			color: #FFF;
			font-size: 20px;

		}
		.navbar-default .navbar-nav>li>a:hover{
			background-color: #007627;
			font-size: 20px;
			color: #FFF;

		}
		.dropdown>ul>li>a{
			color: #4e4e4e;
			font-size: 20px;

		}
		.dropdown>ul>li>a:hover{
			background-color: #4e4e4e;
			font-size: 20px;
			color: #e8e8e8;

		}
		.navbar-default .navbar-header>a{
			color: #000;
			font-size: 22px;
		}
		.navbar-default .navbar-header>a:hover{
			color: #005821;
		}
		.navbar-default .navbar-toggle .icon-bar{
			background-color: #FFF;
			color: #000;
		}
		.navbar-default .navbar-toggle{
			color: #000;
		}
		
		.copyright{
			font-size: 10px;
			text-align: center;
			color: #646464;
			line-height: 1em;
			margin-top: 20px;
			/*border-top-width: 1px;
			border-top-color: #646464;
			border-top-style: solid;*/
			padding-top: 10px;
		}
		.table tr th {
			text-align: center;
			font-size: 20px;
			color: #000;
		}
		.table tr td {
			text-align: center;
			font-size: 20px;
			/*color: #000;*/
		}
		.table caption {
			text-align: center;
			font-size: 36px;
			font-weight: bolder;
			color: #FFF;
		}
		.table{
			background-color: #FFF;
			padding: 15px;
			/*min-width: 1170px;*/
		}
		.table thead tr th{
			line-height: 36px;
		}
		.table tbody tr td{
			line-height: 50px;
		}
		.table tbody tr td img{
			margin-right: 20px;
			margin-left: 20px;
		}
