/* css style for link on top [Home |Join Us | Contact Us | Sitemap]"*/
.toplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;	
	font-weight:bold;

}

.toplinkUnderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;	
	font-weight:bold;
	text-decoration: underline;
}


.toplink a:link {text-decoration: none}
.toplink a:visited {color: #000000;text-decoration: none;}
.toplink a:active {text-decoration: underline;}
.toplink a:hover {text-decoration: underline;}


.toplinkCH {
	font-family:PMingLiU;
	font-size: 11px;
	color: #000000;
	text-align: right;	
	font-weight:bold;

}

.toplinkUnderlineCH {
	font-family:PMingLiU;
	font-size: 11px;
	color: #000000;
	text-align: right;	
	font-weight:bold;
	text-decoration: underline;
}


.toplinkCH a:link {text-decoration: none}
.toplinkCH a:visited {color: #000000;text-decoration: none;}
.toplinkCH a:active {text-decoration: underline;}
.toplinkCH a:hover {text-decoration: underline;}


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

.contentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	font-weight:bold;
}
.contentsubhdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	font-weight: bold;	
}

.contentCH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;	
}

.contentCHbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;	
	font-weight:bold;
}
.contentCHsubhdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-style: italic;
	font-weight: bold;	
}


/*css for  '>more..' link*/
.link_read{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:overline;
	vertical-align: top;
}

/* footer text*/
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height:15px;
	vertical-align: top;
}

/*link @ footer section*/
.footer a:link {text-decoration: none}
.footer a:visited {color: #0000000;text-decoration: none;}
.footer a:active { font-weight:bold; text-decoration: underline;}
.footer a:hover {text-decoration: underline;}

/* footer text*/
.footerCH{
	font-family:PMingLiU;
	font-size: 11px;
	color: #FFFFFF;
	line-height:15px;
	vertical-align: top;
}

/*link @ footer section*/
.footerCH a:link {text-decoration: none}
.footerCH a:visited {color: #0000000;text-decoration: none;}
.footerCH a:active { font-weight:bold; text-decoration: underline;}
.footerCH a:hover {text-decoration: underline;}


td {
	vertical-align: top;
}

.underlineTxt {
	text-decoration: underline;
}

.sidelink {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.sidelinkCH {
	font-family:PMingLiU;
	font-size: 15px;
	color: #333333;
}

.sidelinkhdr {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #F6B14F;
	font-weight: bold;
}

.sidelinkhdrCH {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #F6B14F;
	font-weight: bold;
}


.backgroundAboutUs { background:url(../images/content/aboutUs.jpg) #FCFBFB no-repeat bottom;}
.backgroundAwards { background:url(../images/content/awards.jpg) #FCFBFB no-repeat bottom;}
.backgroundNews { background:url(../images/content/news.jpg) #FCFBFB no-repeat bottom;}
.backgroundContactUs{ background:url(../images/content/contactUs.jpg) #FCFBFB no-repeat bottom;}
.backgroundJoinUs { background:url(../images/content/joinUs.jpg) #FCFBFB no-repeat bottom;}


