/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;	
}
body {
	background-color: #e1ebef;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Content {
	background:url(img/BG_Content.gif) repeat-y left top;
	padding: 0px 10px 0px 10px;
}
.Menu {
	background:url(img/dot_2x2.gif) repeat-y right top;
}
.box {
	background:url(img/dot_2x2.gif) repeat-x left bottom;
}
.item {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-left: 5px;
}
.MenuBox {
	background:url(img/BG_Menu_Normal.gif) no-repeat left bottom;
}

/**
 * 空的 <a> onHover 時不變
 */
.item a, .item a.none:hover {
	color: #333333;
	text-decoration:none;
}

/**
 * onMouseHover 時，有效的link加上底線 
 */
.item a:hover {
	color: #0000CC;
	text-decoration: underline;
}


.img_arrow {
	padding-top: 2px;
}
.main {
	background:url(imgs/bg_content.jpg) no-repeat right top;
	padding: 30px 30px 15px 35px;
	text-align: left;
}
.title {
	font-size: 21px;
	font-weight: bold;
	color: #000066;
	padding-bottom: 20px;
}
.data {
	font-size: 15px;
	color: #333333;
	padding-bottom: 35px;
	line-height: 21px;
}
.copyright {
	background:url(img/BG_Bottom.gif) no-repeat left top;
	height: 20px;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana;
	padding-top: 2px;
	text-align:center;
}


