.words {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}

.word {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}

.subtitle {
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
}

hr{
	color:#999999;
	height:1px;
}

a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}

a.white:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}
a.white:active {
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}

a.red:link {
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
a.red:visited {
	color: #ff0000;
	text-decoration: none;
}
a.red:hover {
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline;
}
a.red:active {
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline;
}

a.blue:link {
	font-size: 12px;
	color: #0000ff;
	text-decoration: none;
}
a.blue:visited {
	color: #0000ff;
	text-decoration: none;
}
a.blue:hover {
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}
a.blue:active {
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline;
}

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	/*scrollbar-face-color : #e4e4e4;
	scrollbar-shadow-color : #ffffff;
	scrollbar-darkshadow-color : #e4e4e4;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #e4e4e4;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #000000;*/
	margin-top: 0px;
}


#mainbox
{
	position: relative;
	float: left;
	width: 540px;
	height: 266px;
	background:#FFFFFF;
	border-width:1px 2px 2px 1px;
	padding: 0px 0px 0px 0px;
	border-color: #938E8E;
	margin: 6px;
	border-style:inset
}

#subbox
{
	position: relative;
	float: left;
	width: 200px;
	height: 140px;
	background:#FFFFFF;
	border-width:1px 2px 2px 1px;
	padding: 0px 0px 0px 0px;
	border-color: #938E8E;
	margin: 0px 0px 0px 0px;
	border-style:inset
}

a.barsub:link {
	font-family: "新細明體";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #006699;
	text-decoration: none;
}
a.barsub:visited {
	font-family: "新細明體";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #006699;
	text-decoration: none;
}
a.barsub:hover {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

a.barword:link {
	font-family: "新細明體";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
	color: #336633;
}
a.barword:visited {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #336633
}
a.barword:hover {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 16px;
	text-decoration:  underline;
	color: #FF6600
}
	   
.redword {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}

.grey {
	font-size: 12; 
	color: #666666; 
}

.orange {
	font-size: 12;
	color: #FF6600;
	font-weight: bold;
}