body{
	font-size: 12px;
	line-height: 20px;
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	color: #333333;
	background-color: #eeeeee;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

/*文字階層設定*/
.content {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.content_bg{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* 網頁brcam部份 */
#brcam{
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 11px;
	color: #000;
	text-align: left;
	vertical-align: top;
	height: 20px;
	width: 900px;
	pandding:0 auto;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#brcam a:link{
	color: #063b69;
	text-decoration: underline;
}

#brcam a:visited{
	color: #063b69;
	text-decoration: underline;
}

#brcam a:hover{
	color: #CC3300;
	text-decoration: none;
}

/************************************站內所有連結設定開始 ======*/

a:link {
	color: #063b69;
	text-decoration: underline;
}

a:visited {
	color: #063b69;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.link_black:link {
	color: #333333;
	text-decoration: none;
}
/***********************************圖片框線等設定開始======*/
.banner_line_no{
	padding: 0px;
	border: 0px;
}