body,td,th {
	font-size: 16px;
	font-family: Tahoma, "新細明體", Geneva, sans-serif;
}
body {
	margin: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	color: #00568C;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	color: #00ACF0;
	font-size: 18px;
	font-weight: bold;	
}
h3 {
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
ul {
	list-style: disc;
}
li {
	line-height: 25px;
}
#wrap {
	margin: 0 auto 0 auto;
	width: 900px;
}
#footer {
	border-top: 1px solid #666;
	color: #4B4B4B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
}
#header {
	height: 94px;
}
#latestnews {
	background: #FC3;
	height: 40px;
}
#latestnews_title {
	color: #009900;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#latestnews_content {
	text-align: center;
	overflow: auto;
}
#logo {
	float: left;
	width: 317px;
}
#nav {
	clear: both;
}
#popup {
	background: #FFF;
	border: 1px solid #000;
	display: none;
	position: absolute;
	top: 100px;
	width: 600px;
}
#search {
	float: right;
	font-size: 14px;
	height: 55px;
	margin-top: 10px;
}
#search_nav {
	float: left;
	width: 583px;
}
.course {
	margin-bottom: 20px;
}
.course td {
	background: #EEE;
}
.course th {
	background: #FC3;
	color: #090;
	font-weight: bold;
	height: 35px;
}
.course_list {
	list-style-image: url(images/icon/bullet-hover.png);
	margin: 10px 0 0 25px;
	padding: 0;
}
.hidden {
	background: #F9F9F9;
	border: 1px solid #FC3;
	display: none;
	font-size: 14px;
	padding: 5px;
}