/*文件的字體大小,顏色*/
.body{
	font-size: 13px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#69C;
}
/*最新消息(中間)連結*/
a.link_main {font-size: 13px;color: #333333;}
a.link_main:link {text-decoration: none;}
a.link_main:visited {text-decoration: none;color: #333333;}
a.link_main:hover {text-decoration: none;color: #990033;}
a.link_main:active {text-decoration: none;color: #660000;}
/*選單連結*/
a.link_left {font-size: 13px;color: #990033;}
a.link_left:link {text-decoration: none;}
a.link_left:visited {text-decoration: none;color: #990033;}
a.link_left:hover {text-decoration: none;color: #006699;}
a.link_left:active {text-decoration: none;color: #006699;}
/*次選單連結*/
a.link_footer {font-size: 13px;color: #99CC00;}
a.link_footer:link {	text-decoration: none;}
a.link_footer:visited {text-decoration: none;color: #99CC00;}
a.link_footer:hover {text-decoration: underline;	color: #FFCC00;}
a.link_footer:active {text-decoration: none;}
/*大表格外框*/
.boarder_table {border: 1px solid #666;}
/*表格(列)*/
.table_left {
	font-size: 13px;
	line-height: 2em;
	background-image: url(images/bg-line.gif);
	background-repeat: repeat;
	background-position: bottom;
}

/*7中間表格(列)*/
.table_main {
	font-size: 13px;
	line-height: 36px;
	background-image: url(images/bg-line.gif);
	background-repeat: repeat;
	background-position: bottom;
}
/*圖片的外框*/
.boarder_pic {
	border: 1px solid #999999;
	margin: 2px;
	padding: 2px;
	color: #FFF;
}

/*文章文字顏色*/
.txt02 {font-size: 13px;line-height: 1.5;background-image: url(../images/line-1.gif);
	background-repeat: repeat;background-position: bottom;}
/*11宣告文字顏色*/
.txt_footer {color: #666666;font-size: 13px;}
/*次選單的抬頭-紅色*/
.txt_sub_title {
	color: #CC0000;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
}
/*內文的抬頭-藍色-細*/
.txt_title {font-size: 13px;line-height: 1.5;font-weight: normal;color: #006699;}
/*內文的抬頭-藍色-粗*/
.txt_title {
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	color: #003366;
}
/*內文的文字-灰黑色*/
.txt_content {
	font-size: 13px;
	line-height: 2em;
	color: #333333;
}
/*感謝的文字-綠色*/
.txt_tks {
	font-size: 13px;
	line-height: 2em;
	color: #FC3;
}

.leftbg {
	background-image: url(images/leftbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menuline {
	font-size: 13px;
	line-height: 2em;
	border-bottom:#ccc 1px dashed;
}
.sub_title {
	font-size: 15px;
	color: #333;
}
.leftbg {
	background-image: url(images/leftbg.jpg);
}
