@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");



/*	
	Advangene Consumables, Inc. - All Rights Reserved.
	
	Web Designed By 郭光耀 Brad Kuo 2006-07-12
	CSS-P Style writed by 郭光耀 Brad Kuo
	【E-mail:】brad.kuo@msa.hinet.net
	【Blog:】http://www.colorIndex.com.tw/blog
	【Web:】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: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	background-image: url(../images/bg_body_content.jpg);
	background-repeat: repeat-x;
}