/*
-----------------------------------------------
Style Sheet

Author:   Earl Xu    
Email:   earl_xu@msn.com
Version:  2005.11
----------------------------------------------- */


.font_c_white {
	COLOR: #ffffff
}
.font_l16 {
	LINE-HEIGHT: 16px
}
.font_l18 {
	LINE-HEIGHT: 18px
}
.font_l20 {
	LINE-HEIGHT: 20px
}
.font_l22 {
	LINE-HEIGHT: 22px
}
.font_l24 {
	LINE-HEIGHT: 24px
}
.font_l26 {
	LINE-HEIGHT: 26px
}
.font_l28 {
	LINE-HEIGHT: 28px
}
.font_l16_trans {
	LINE-HEIGHT: 16px;
	filter: Alpha(Opacity=30);	
}
.font_l18_trans {
	LINE-HEIGHT: 18px;
	filter: Alpha(Opacity=90);	
}
.font_l20_trans {
	LINE-HEIGHT: 20px;
	filter: Alpha(Opacity=70);	
}
.font_l22_trans {
	LINE-HEIGHT: 22px;
	filter: Alpha(Opacity=70);	
}
.font_l24_trans {
	LINE-HEIGHT: 24px;
	filter: Alpha(Opacity=70);	
}
.font_l26_trans {
	LINE-HEIGHT: 26px;
	filter: Alpha(Opacity=70);	
}
.font_l28_trans {
	LINE-HEIGHT: 28px;
	filter: Alpha(Opacity=70);	
}
.round3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table_bot_dotdot {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #A3E0C1;
	border-right-color: #A3E0C1;
	border-bottom-color: #A3E0C1;
	border-left-color: #A3E0C1;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A3E0C1;
	border-right-color: #A3E0C1;
	border-bottom-color: #A3E0C1;
	border-left-color: #A3E0C1;
}

.border_right {
	border-top-color: #A3E0C1;
	border-right-color: #A3E0C1;
	border-bottom-color: #A3E0C1;
	border-left-color: #A3E0C1;
	border-right-width: 1px;
	border-right-style: solid;
}
.border_under {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #A3E0C1;
	border-right-color: #A3E0C1;
	border-bottom-color: #A3E0C1;
	border-left-color: #A3E0C1;
}
