﻿/* Default CSS Stylesheet for a new Web Application project */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	line-height: 150%
}
a {
	color: #875903
}
.txtHeading01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.txtHeading02 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #875903;
}
.txtHeadingCn {
	font-family: PMingLiU, SimSun, SimHei, MingLiU;
	font-size: 12pt;
	font-weight: bold;
	color: #875903;
	line-height: 18px; 
	letter-spacing: 1px;
	vertical-align: top;	 
}
.txtBdy {
	font-family: PMingLiU, SimSun, SimHei, MingLiU;
	font-size: 10pt;
	line-height: 18px; 
	letter-spacing: 1px;
	vertical-align: top;	 
}
.txtFontEn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	letter-spacing: normal;
}
.txtSiteMap a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: black;
	text-align: justify;
	line-height: 18px;
}
.txtSiteMap a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #875903;
	text-align: justify;
	line-height: 18px;
}
.txtLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #875903;
	text-align: justify;
	line-height: 18px;
}
.txtLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #875903;
	text-align: justify;
	line-height: 18px;
}
.txtLink2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #875903;
	text-align: justify;
	line-height: 18px;
}
.txtLink2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	color: #875903;
	text-align: justify;
	line-height: 18px;
}
.txtAlignRight {
	text-align: right;
}
.clsHRsideMenu {
	color: silver;
	height: 2px;
}
.picNoBorder {
	border: 0px;
}

.tblMain {
	width: 100%;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	
}
.tblSideMenu {
	width: 100%;
	background-color: #f4e8c2;
	background-image: url('images/SMenu/picSMbase.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.tblFeesPg {
	width: 100%; 
	margin: 10px 0px 20px 0px;
	text-align: left
}

.tblFeesPgR01{
	vertical-align: top;
	background-color: #dcd4b3;
}

.tblFeesPgR02{
	vertical-align: top;
	background-color: #FFFFFF;
}

.tblContactPgR01 {
	vertical-align: top;
	text-align: left;	
}
.footer {
	color: #4f3d27; font-size: 9pt; font-weight: normal; text-align: right; text-decoration: none;
}
.footer a {
	color: #4f3d27; font-size: 9pt; font-weight: normal; text-align: right; text-decoration: none;
}
.footer a:hover  {
	color: #4f3d27; font-size: 9pt; font-weight: normal; text-align: right; text-decoration: underline;
}

