/*
table, tr, td, div, span, input, textarea, select, option {
	font-family : "Trebuchet MS";
	font-size : 8pt;
}
*/
/* CSS Document */
BODY, TABLE, TR, TD {
	font-family						: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size							: 11px;
	line-height						: 13px;
	color 								: #000000;
	text-decoration				: none;
	scrollbar-face-color:#EBF5FF;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#78AAFF;
	scrollbar-darkshadow-Color:#78AAFF;	
}

BODY {
	margin-left						: 0px;
	margin-top						: 0px;
	margin-right					: 0px;
	margin-bottom					: 0px;
	background						: url(../img/page_bg.jpg) repeat-x;
	padding								: 28px 0px 24px 0px;
	text-align						: center;
}

P {
	margin 							: 0px; /*to clear all predefined margin*/
	padding							: 8px 0px 8px 0px; /*set new margin*/
}

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

#main-table {
	/*width							: 770px; */
	/*not set width because the total defined width of three column take up space to this value*/
	/*height							: 500px;*/
	border							: solid 1px #A9AFB4;
}

#main-table table{
	height 							: auto;
}
.left-col{
	width							: 166px;
	float 							: left;
	padding							: 0px; /*to clear predefined padding in tag <td> which affects flash file*/
}

.mid-col{
	width							: 408px;
	padding		 					: 93px 0px 0px 0px;
	text-align						: justify;
}

.mid-col-gallery{
	width							: 408px;
	padding		 					: 93px 0px 0px 0px;
	text-align						: justify;
}

.mid-col-title {
/*	margin-left 					: 14px;*/
}

.mid-col-overflow {
	/*overflow						: auto;*/ 
	height							: 331px; 
	width							: 354px;
	margin-right 					: 14px;
	padding		 					: 18px 0px 0px 28px;
}

.mid-col-overflow-table {
	/*overflow						: auto;*/
	height							: 340px; 
	width							: 354px;
	padding		 					: 17px 0px 0px 14px;	
}

.mid-col-overflow-gallery {
	/*overflow						: auto;  */
	height							: 368px; 
	width							: 388px;
	margin		 					: 17px 2px 0px 15px;
}

.mid-col-overflow-gallery img{
	border							: 1px solid #B7B5B5;
	margin							: 0px 5px 5px 0px;
}

.right-col{
	width							: 196px;
	padding 	 					: 0px; /*to clear predefined padding in tag <td> which affects flash file*/
}

.copyright {
	color 							: #FFFFFF;
	margin-top						: 24px;
	text-align						: center;
}

.coursefee-table-title {
	font-weight						: bold; 
	background						: #a2c66f;
	text-align						: center;
}

.coursefee-table-course {
	font-weight						: bold; 
	background						: #45681D;
	text-align						: center;
	color 							: #FFFFFF;
}

.schedule-table-title {
	font-weight						: bold; 
	background						: #afb227;
	text-align						: center;

}

.coursefee-tr-indent{
	padding-left					: 5px;
}


.bullet-no-indent {
/*	margin-left 					: 15px;
	padding-top						: 16px;*/
	margin-left 					: 15px;	
	padding-left 					: 15px;
	padding-top						: 16px;
}

/* link style for content 6 : Registration */
a.content3:link {
	font-weight						: bold;
	color 							: #CC33CC;
}
a.content3:visited {
	font-weight						: bold;
	color 							: #FF9900;
}
a.content3:hover {
	font-weight						: bold;
	color 							: #CC33CC;
	text-decoration					: underline;
}
a.content3:active {
	font-weight						: bold;
	color 							: #CC33CC;
}

.content4table {
	border								: 1px solid #999999; 
	margin-bottom					: 10px;
	text-align						: left;
}
/* link style for content 6 : Registration */
a.content6:link {
	font-weight						: bold;
	color 							: #1F43AE;
}
a.content6:visited {
	font-weight						: bold;
	color 							: #1F43AE;
}
a.content6:hover {
	font-weight						: bold;
	color 							: #3B86FF;
	text-decoration					: underline;
}
a.content6:active {
	font-weight						: bold;
	color 							: #BA6A86;
}

/* link style for content 7 : Related Services */
a.content7:link {
	font-weight						: bold;
	color 							: #BA6A86;
}
a.content7:visited {
	font-weight						: bold;
	color 							: #BA6A86;
}
a.content7:hover {
	font-weight						: bold;
	color 							: #E1A0B7;
	text-decoration					: underline;
}
a.content7:active {
	font-weight						: bold;
	color 							: #BA6A86;
}

/* link style for content 8 : Academy Spa */
a.content8:link {
	font-weight						: bold;
	color 							: #CC4C0A;
}
a.content8:visited {
	font-weight						: bold;
	color 							: #CC4C0A;
}
a.content8:hover {
	font-weight						: bold;
	color 							: #FF6312;
	text-decoration					: underline;
}
a.content8:active {
	font-weight						: bold;
	color 							: #CC4C0A;
}

/* link style for content 9 : Contact Us */
a.content9:link {
	font-weight						: bold;
	color 							: #9D8500;
}
a.content9:visited {
	font-weight						: bold;
	color 							: #9D8500;
}
a.content9:hover {
	font-weight						: bold;
	color 							: #C7A700;
	text-decoration					: underline;
}
a.content9:active {
	font-weight						: bold;
	color 							: #9D8500;
}

.heading {
	font-size						: 14px;
	font-weight						: bold;
}

.bold {
	font-weight 					: bold;
}

.font-8 {  
	font-family					: Trebuchet MS; 
	font-size					: 8pt;
	color						: #000000; 
	text-decoration				: none;
}
a.font-8:link {
	color						: #000000;
}
a.font-8:active {
	color						: #000000;
}
a.font-8:visited {
	color						: #000000;
}
a.font-8:hover {
}
/*
.font-8-silver {  
	font-family					: Trebuchet MS; 
	font-size					: 8pt; 
	color						: #747474; 
	text-decoration				: none;
}
a.font-8-silver:link {
	color						: #747474;
}
a.font-8-silver:active {
	color						: #747474;
}
a.font-8-silver:visited {
	color						: #747474;
}
a.font-8-silver:hover {
}

.font-8-gold {  
	font-family					: Trebuchet MS; 
	font-size					: 8pt; 
	color						: #847337; 
	text-decoration				: none;
}
a.font-8-gold:link {
	color						: #847337;
}
a.font-8-gold:active {
	color						: #847337;
}
a.font-8-gold:visited {
	color						: #847337;
}
a.font-8-gold:hover {
}

.font-8-white {  
	font-family					: Trebuchet MS; 
	font-size					: 8pt; 
	color						: #FFFFFF; 
	text-decoration				: none;
}
a.font-8-white:link {
	color						: #FFFFFF;
}
a.font-8-white:active {
	color						: #FFFFFF;
}
a.font-8-white:visited {
	color						: #FFFFFF;
}
a.font-8-white:hover {
	color						: #B4985A;
}

.font-9 {  
	font-family						: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size						: 11px;
	line-height						: 13px;
	color 							: #000000;
	text-decoration					: none;
}
a.font-9:link {
	color							: #000000;
}
a.font-9:active {
	color							: #000000;
}
a.font-9:visited {
	color							: #000000;
}
a.font-9:hover {	
	color							: #FFFFFF;
}

.font-9-violet {  font-family: Trebuchet MS; font-size: 10pt; color: #742DBD; text-decoration: none}
a.font-9-violet:link {color: #742DBD}
a.font-9-violet:active {color: #742DBD}
a.font-9-violet:visited {color: #742DBD}
a.font-9-violet:hover {}

.font-9-yellow {  font-family: Trebuchet MS; font-size: 10pt; color: #FFB400; text-decoration: none}
a.font-9-yellow:link {color: #FFB400}
a.font-9-yellow:active {color: #FFB400}
a.font-9-yellow:visited {color: #FFB400}
a.font-9-yellow:hover {}

.font-9-white {  font-family: Trebuchet MS; font-size: 10pt; color: #FFFFFF; text-decoration: none}
a.font-9-white:link {color: #FFFFFF}
a.font-9-white:active {color: #FFFFFF}
a.font-9-white:visited {color: #FFFFFF}
a.font-9-white:hover {}

.font-9-gold {  font-family: Trebuchet MS; font-size: 10pt; color: #B4985A; text-decoration: none}
a.font-9-gold:link {color: #B4985A}
a.font-9-gold:active {color: #B4985A}
a.font-9-gold:visited {color: #B4985A}
a.font-9-gold:hover {}

.font-9-brown {  font-family: Trebuchet MS; font-size: 10pt; color: #543715; text-decoration: none}
a.font-9-brown:link {color: #543715}
a.font-9-brown:active {color: #543715}
a.font-9-brown:visited {color: #543715}
a.font-9-brown:hover {}

.font-9-silver {  font-family: Trebuchet MS; font-size: 10pt; color: #747474; text-decoration: none}
a.font-9-silver:link {color: #747474}
a.font-9-silver:active {color: #747474}
a.font-9-silver:visited {color: #747474}
a.font-9-silver:hover {}

.font-11-silver {  
	font-family					: Trebuchet MS; 
	font-size					: 11pt; 
	color						: #747474; 
	text-decoration				: none;
}
a.font-11-silver:link {
	color						: #747474;
}
a.font-11-silver:active {
	color						: #747474;
}
a.font-11-silver:visited {
	color						: #747474;
}
a.font-11-silver:hover {
}

.boxborder {border: 1px solid #1A4AB0}
.button {border: 1px solid #666666; background-color: #EAEAEA; font-family: Trebuchet MS; font-size: 10pt;}
.textboxborder {border: 1px solid #666666; font-family: Trebuchet MS; font-size: 10pt;}
.imgborder {border: 1px solid #666666}
.imgborder-gold {border: 2px solid #A88124}
.fontbold {font-weight: bold}
*/

