@charset "utf-8";
/* CSS Document */
/* @author Christopher Tong 
   @date 16 Dec 2009 */

/* Big title style */
.style2 {
	font-family: "ZapfHumnst BT";
	font-size: 22px;
	font-weight: bold;
}

/* for title in content */
.contentTopic {
	font-family: "ZapfHumnst BT";
	font-size: 16px;
	font-weight: bold;
}

/* normal content style */
.content {
	font-family: "ZapfHumnst BT";
	font-size: 12px;
}

/*left menu title style */
.leftMenuTopic {
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

/* left menu link style */
.leftMenuLink {   
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;

}

/* title in red background colour style */
.style5 {
	font-family: "ZapfHumnst BT";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* content in red background colour style */
.style6 {
	font-family: "ZapfHumnst BT";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.emphasisGold {
	font-family: "ZapfHumnst BT";
    font-size: 16px;
	font-weight: bold;
	color: #F29A18;
}

/* emphasis topic style */
.emphasisTopic {
	font-family: "ZapfHumnst BT";
	font-size: 16px;
	font-weight: bold;
    color: 	 #EF3524;
}

/* emphasis content style */
.style7 {
	font-family: "ZapfHumnst BT";
	font-size: 12px;
	font-weight: bold;
	color:  #EF3524;
}

/* for location on top */
.style8 {
	font-family: "ZapfHumnst BT";
	font-size: 10px;
	font-weight: bold;
	color: #CCCDC0/*#999999*/;
}

/* normal content style with white color */
.whiteContent {
	font-family: "ZapfHumnst BT";
	font-size: 12px;
	color: #FFF;
}

/* normal content style with yellow color */
.yellowContent {
	font-family: "ZapfHumnst BT";
	font-size: 12px;
	color: #FF0;
}

A:link {
	color: #F29A18
}
A:visited {
	color: #EF3524/*FF0000*/
}
