body {
	background-image: url("../Images/background.gif"); 
	font-family:	arial;
}

div.PgHdr {
	margin-top:	0px;
	font-size:	26px;
	font-weight:	bold;
	text-align:	center;
}

div.PgHdr img {
	width:	360px;
	height:	34px;
}

.Menu {	/* The Menu Section base layout */
	margin-top:	5px;
	margin-left:	10%;
	margin-right:	10%;
	font-size:	14px;
	font-weight:	bold;
	text-align:	center;
	color:		blue;
}

.Menu table {
	width:	100%;
}

.Menu td {
	width:	120px;
	border-collapse: separate;
	border:	1px solid black;
}

.Menu_C { /* Menu item in Chinese*/
	font-family:	"TSC UKai M TT";
}

.Menu_E { /* Menu item in English */
	font-family:	"arial";
}

div.mainbody {
	margin-top:	0px;
	text-align:	center;
}

div.mainbody img {
	width:	322px;
	height:	309px;
}

.FirmAddr {
	font-size:	12px;
	text-align:	center;
	color:		blue;
	padding-bottom:	5px;
}

.OfficeHours {
	font-size:	16px;
	font-family:	"TSC UKai M TT";
	font-weight:	bold;
	color:		navy;
}

.Desc {
	margin-left:	10%;
	margin-right:	10%;
	margin-top:	5px;
	text-align:	justify;
	word-spacing:	5pt;
}

.Text_C {
	font-family:	"TSC UKai M TT";
	font-size:	20px;
}

.Desc h1,h2,h3 {
	text-align:	center;
	font-weight:	bold;
}

.Text_E {
	font-family:	"Arial";
	font-size:	16px;
}

.Desc ol {
	list-style-type: decimal;
}

.Desc ol ol {
	list-style-type: upper-alpha;
}

.Desc ul {
	list-style-type: square;
}

