@charset "utf-8";
@import url(/CSSStyle/layout.css);
@import url(/CSSStyle/form.css);
@import url(/CSSStyle/msg.css);
@import url(/CSSStyle/xp-style.css);
@import url(/CSSStyle/radius.css);

html
	{
	height:100%;
	}

a:link,avisited
	{
	font-family:Palatino Linotype,Verdana,Arial,微軟正黑體,新細明體;
	text-decoration:underline;
	color:#669;
	font-size:100%;
	}

a:active,a:hover
	{
	font-family:Palatino Linotype,Verdana,Arial,微軟正黑體,新細明體;
	text-decoration:underline;
	color:#F00;
	font-size:100%;
	}

body
	{
	font-family:Palatino Linotype,Verdana,Arial,微軟正黑體,新細明體,Helvetica,sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:1.5em;
	color:#333;
	width:960px;
	margin:auto;
	padding:0px;
	background:#FFF url(/CSSStyle/bodyBG.gif) top center repeat-y;
	/* WinIE behavior call */
	behavior:url(/CSSStyle/csshover.htc);
	}

img
	{
	behavior:url(/CSSStyle/pngbehavior.htc);
	}

span.headR
	{
	color:#FFF;
	padding-right:3%;
	padding-top:48px;
	float:right;
	font-size:200%;
	font-weight:bold;
	}

span.logo
	{
	float:left;
	}

hr.e100
	{
	width:100%;
	border:#534F9F 3px hidden;
	background:url(/images/divider.gif) no-repeat;
	}

hr.gdot
	{
	width:100%;
	border-width:3px 0px 0px 0px;
	border-color:#AAA;
	border-style:dotted;
	}

.book
	{
	padding:6px 18px 12px 6px;
	float:left;
	}

h3
	{
	font-size:110%;
	font-weight:bold;
	}

h4 a, h4 a:link, h4 a:visited, h4 a:hover
	{
	font-size:110%;
	font-weight:bold;
	color:#47416E;
	padding:0.2em 1em;
	background:url(quot2.gif) right bottom no-repeat;
	}

	h4 span
		{
		background:url(quot1.gif) top left no-repeat;
		}

table.source
	{
	font-family:Palatino Linotype,Verdana,Arial,微軟正黑體,新細明體;
	color:#000000;
	border:#333333 1px solid;
	background:#EEEEEE;
	margin:6px 6px 6px 6px;
	font-size:80%;
	}

.source li	{list-style:none;}

table.border, table.border td {
	border:#000 1px solid;
	border-collapse:collapse;
}

table.border th {
	text-align:left;
	background:#000;
	color:#FFF;
}

.iframe0
	{
	border:#000 0px solid;
	}


/*
Netscape Download Buttons
Style sheet from Netscape.com
*/
a.dl-button {
	font-family:Arial;
	color:#479DA4;
	display:block;
	font-size:1.2em;
	line-height:1em;
	font-weight:bold;
	text-align:center;
	width:120px;
	height:25px;
	margin:20px auto;
	text-decoration:none;
	padding:7px 50px 8px 10px;
	background:url(http://browser.netscape.com/media/download-button.gif) 0 0 no-repeat;
}
	a.dl-button span {
		font-family:Arial;
		color:#479DA4;
		display:block;
		font-size:0.8em;
		font-weight:normal;
	}
a.dl-button:hover {
	font-family:Arial;
	color:#097C85;
	background:url(http://browser.netscape.com/media/download-button.gif) -180px 0 no-repeat;
}