@charset "utf-8";
/* CSS Document */

.sea_menutitle {
	font-size: 12pt;
	color: #86caff;
}
.sea_text {
	font-size: 11pt;
	color: #fff;
}
.sea_lbr {
	line-height:10px;
}
.sea_link {
	text-decoration:underline;
	color:#86caff;
}
a.sea_link, a.sea_link:link, sea_link:hover, a.selsea_link {
	text-decoration:underline;
	color:#86caff;
}
a.sea_link:hover, a.selsea_link {
	color:#fff;
}
.sea_mark {
	color:#000;
	background-color:#FFFF66;
}

/* js hilight */
span.highlighted {
  background-color: #FFFF66 !important;
  color:#000 !important;
  /*font-weight: bold !important;*/
}
span.term0 {
  background-color: #FFFF66 !important;
}
span.term1 {
  background-color: #A0FFFF !important;
}
span.term2 {
  background-color: #99FF99 !important;
}
span.term3 {
  background-color: #FF9999 !important;
}
