﻿body
{
	margin-top:0px;
	font:100% arial, 新細明體,Arial, mingliu;
}

a, a:visited
{
	text-decoration: none;
}
a:visited
{
	color:Blue;	
}
a:hover
{
	color: White;
}
#menu
{
	text-indent:25px;
}
#menu a:hover
{
	color: White;
}
.menuItem
{
	margin: 4px 0px 0px 0px;
	text-align: center;
	padding-left: 8px;
	padding-right: 18px;
	font-weight: bold;
}

.menuItem .menuItemAnchor
{
	text-align: center;
	font-family: 新細明體,Arial,MingLiU;
	font-size: 19px;
	color: #696969;
}

.content
{
	width: 839px;
	height: 446px;
	font-family: 新細明體,Arial,PMingLiU;
}

.content .header
{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.content .details
{
	font-size: 18px;
	text-align: left;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

.content .table
{
	font-size: 16px;
	text-align: left;
}
.tableTitle
{
	font-weight:bold;
	text-align: center; 
}
.tableHeader
{
	font-weight:bold;
	text-align: center; 
	background-color: #9b9a5e;
}

.col1
{
	padding: 5px;
	width: 220px;
	text-align: left;
	float: left;
	border: 1px solid Black;
	position:relative;
	color:Blue;
}
.col2
{
	padding: 5px;
	width:210px	;
	float:left;
	border: 1px solid Black;
	position:relative;
	text-align: center;
}
.col3
{
	padding: 5px;
	width:150px	;
	float:left;
	border: 1px solid Black;
	position:relative;
	text-align: center;
}
.col4
{
	padding: 5px;
	width:105px	;
	float:left;
	border: 1px solid Black;
	position:relative;
	text-align: center;
}
.col5
{
	position:relative;
	padding: 5px;
	width:90px	;
	border: 1px solid Black;
	text-align: center;
	float:left;
}


.highlight
{
	margin: 2px;
	clear: both;
	text-align: left;
	display: inline;
	width: 100%;
	color: #0000cc;
	height: 18px;
	font-style: italic;
	font-weight: bold;
	font-size: larger;
	background-color: yellow;
}

#first_row, #second_row, #third_row,#fourth_row,#fifth_row
{
	margin:0 auto; 
}