/* Positioning Styles */
.layout_top {
	position: absolute;
	visibility: visible;
	height: 60px;
	width: 800px;
	left: 0px;
	top: 0px;
}
.layout_body {
	position: absolute;
	height: 100%;
	width: 670px;
	left: 130px;
	top: 80px;
	font-family: Helvetica, "Apple LiGothic Medium";
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
}
.layout_preview_body {
	position: absolute;
	visibility: visible;
	height: 500px;
	width: 670px;
	left: 130px;
	top: 100px;
}
.layout_preview_title {
	position: absolute;
	visibility: visible;
	height: 20px;
	width: 670px;
	left: 130px;
	top: 80px;
}
.layout_preview_links {
	position: absolute;
	visibility: visible;
	width: 670px;
	left: 130px;
	top: 580px;
	font-family: Helvetica, "Apple LiGothic Medium";
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;

}
.layout_left {
	position: absolute;
	visibility: visible;
	width: 110px;
	left: 1px;
	top: 70px;
}
/* Text Styles */

.text     { 
	color: white; 
	font-family: Helvetica;
	font-size: 11px; 
	line-height: normal;
	}
.english_p {
	font-family: Helvetica; 
	font-size: 11px; 
	line-height: normal;
	color: #FFFFFF}
	

.text_pink_big   {
	color: #ECCACF;
	font-size: large;
	font-family: Helvetica;
	text-align: left;
	font-weight: bold;
	line-height: normal;
}

.contents_descn { color: white; font-size: smaller; font-family: Helvetica; text-align: center }

.prices_header   { color: #eccacf; font-style: normal; font-size: 11px; line-height: normal; font-family: Helvetica; text-align: left }
.prices_content  { color: white; font-style: normal; font-size: 11px; line-height: normal; font-family: Helvetica; text-align: left }

.captionLRN {
	font-family: "Apple LiGothic Medium";
	color: #FFFFFF;
}

.chinese_p {
	font-family: "Apple LiGothic Medium";
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	overflow: visible;
}
	
A {
	color: #ECCACF;
	text-decoration: underline;
}
A:hover {
	color: white;
	text-decoration: underline;
}

/* Disable Existing code for small links, use redefined A */
.small_link    {
/*
	color: #ECCACF;
	font-family: Helvetica;
	line-height: 12px;
	font-size: 11px;
*/
}
.text_pink_small   {
	color: #ECCACF;
/*
	color: #ECCACF;
	font-size: 11px;
	font-family: Helvetica;
	line-height: 12px;
*/
}
