@import url("element/div.css");
@import url("element/font.css");
@import url("element/img.css");
@import url("element/selector.css");
@import url("element/form.css");
@import url("element/table.css");



/*	
	內政部建研所2006全球資訊網 - All Rights Reserved.
	
	Producted by 信諾科技
	Web Designed By 郭光耀 Brad Kuo 2005-11-12
	CSS-P Style writed by 郭光耀 Brad Kuo
	【E-mail:】brad@utrust.com.tw / brad.kuo@msa.hinet.net
	【Blog:】http://www.colorIndex.com.tw/blog
	【Web:】http://www.utrust.com.tw
			http://www.colorIndex.com.tw
		
	
/* 頁面設定 */

body {
	SCROLLBAR-FACE-COLOR: #ececec;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #fefefe;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 20px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #888886;
	text-align: center;
}