@charset "utf-8";
/* CSS Document */

		body{
			font-family: sans-serif, Microsoft JhengHei;
            /*Firefox hack*/
            padding: 0;
            margin: 0;
            /* color: #FFF;*/
            font-size:14px;
            line-height: 20px;
            font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
            font-family: 'Roboto Condensed', '微軟正黑體' !important;
		}

		.model_table{
			margin-top:2%;
			border: 1px solid #FFF;
			background:#888888;
			color:#333333;
			width:100%;
		}
		.model_table p{
			padding-left:2%;
		}

		.model_table a{
			color:#000;
			text-decoration: none;
		}

		.model_table a:hover{
			color:#000;
			text-decoration:underline;
		}
		.model_table tr:first-child td {
			border-right: none;
			border-left: none;
			
		}
		
		.table{
			background-color:#999999;
			text-align: center;
		}

		.table-1{
			background-color:#CCCCCC;
			text-align: center;
		}

		.table-2{
			background-color:#EEEEEE;
			text-align: center;
		}

		.model_table td {
			border-bottom: 1px solid #fff;
			border-right: 1px solid #fff;
			padding:4px;
			
		}

		.model_table tr:first-child tr:first-child {
			background: #fff;
			border-right: none;
			border-left: none;
			
		}
