html {
	overflow-y: scroll;
	height: 100%;
}

A.Navbar:Link,A.Navbar:Visited{
	background-color : transparent;
	color : #666666;
	font-family : Arial, 新細明體, mingliu;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	margin-left : 10px;
}
A.Navbar:Hover{
	color : #FF3300;
}
.Navbar2{
	background-color : #FF997F;
	color : #FFFFFF;
	font-family : Arial, 新細明體, mingliu;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	margin-left : 10px;
	display: block;
}

/* 100% hack to make page bg stretch through whole page */
#container{
	background: white url(background1.gif) repeat-y;
	width: 768px;
	height : auto;
	min-height : 100%;
}

body{
	scrollbar-base-color: #ffffff; 
	scrollbar-face-color: #fcb27c;
	scrollbar-highlight-color:#ffd29c;
	scrollbar-3d-light-color:#ffd29c; 
	scrollbar-shadow-color:#fcb27c; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff;
	height: 100%;
	background-color: #ececec;
}
body.xmas{
	scrollbar-base-color: #ffffff; 
	scrollbar-face-color: #fcb27c;
	scrollbar-highlight-color:#ffd29c;
	scrollbar-3d-light-color:#ffd29c; 
	scrollbar-shadow-color:#fcb27c; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 60px;
	background: white url("/FCEL/images/ChristmasChin2.jpg") no-repeat top right;
}
body.xmas2{
	scrollbar-base-color: #ffffff; 
	scrollbar-face-color: #fcb27c;
	scrollbar-highlight-color:#ffd29c;
	scrollbar-3d-light-color:#ffd29c; 
	scrollbar-shadow-color:#fcb27c; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 60px;
	background: white url("/FCEL/images/x'mas.gif") no-repeat top right;
}
P.Spaced{
	letter-spacing : 0.1em;
}
A.CNav:Link,A.CNav:Visited{
	color : #FF0031;
	text-transform : uppercase;
}
A.CNav:Hover{
	background-color : Red;
	color : White;
}
Li.newstext{
	font-size : 100%;
	list-style-image : url(bullet1.gif);
	list-style-position : outside;
	color : #666666;
	margin-left : -10px;
	/*padding-left : 10px;*/
}
.newstext{
	font-size : 10pt;
	color : #666666;
}
td.heading {
	background-color: #FCB27C;
	height: auto;
	color : #990000;
	font-weight : normal;
	padding-left : 10px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
Li.newstext1{
	color : #666666;
	list-style-image : url(bullet1.gif);
	margin-left : 12px;
	font-size: 111%;
	line-height: 1.5em;
}
.small{	font-size : 8px;}
.medium{	font-size : 10px;}
.normal{	font-size : 12px;}
.large{	font-size : 14px;}

select.store{
	background : #FCB27C;
	font-size : 10px;
}
A.News:Link,A.News:Visited{
	color : #666666;
	text-decoration : none;
	font-size: 90%;
	font-family : Arial, 新細明體, mingliu;
}
A.News:Hover{
	color : red;
	text-decoration : underline;
}
img {
	border : 0;
}
h3 {
	color : white;
	background-color: #FF997F;
	text-indent : 5px;
	font-family : Arial, 新細明體, mingliu;
	display: block;
}

h4 {
	font-size: small;
	color : #FF8059;
	text-indent : 5px;
	font-family : Arial, 新細明體, mingliu;
	display: block;
	border-left: 8px solid #FF997F;
	border-bottom: 1px solid #FF997F;
}