@font-face {
	font-family: ABC-TEXT-05A;
	font-style:  normal;
	font-weight: normal;
	src: url(../ABCTEXT0.eot);
}
/* here i've got classes*/
/*THIS IS CLASSES FOR ENGLISH TEXT AND HEADERS*/
.en-GBText{
	font-family: Tahoma, Verdena; Arial;
	font-size: 12px; /*default goodlooking size for this font*/
}
.en-GBTextSmall{
	font-family: Tahoma, Verdena; Arial;
	font-size: 11px; /*default goodlooking size for this font*/
}
.en-GBTextXSmall{
	font-family: Tahoma, Verdena; Arial;
	font-size: 8px; /*default goodlooking size for this font*/
}
.en-GBH1{
	font-family: Tahoma, Verdena; Arial;
	font-size: 18px;
	line-height:28px;
}
.en-GBH2{
	font-family: Tahoma, Verdena; Arial;
	font-size: 17px;
}
.en-GBH3{
	font-family: Tahoma, Verdena; Arial;
	font-size: 16px;
}
.en-GBH4{
	font-family: Tahoma, Verdena; Arial;
	font-size: 15px;
}
.en-GBH5{
	font-family: Tahoma, Verdena; Arial;
	font-size: 14px;
}
.en-GBH6{
	font-family: Tahoma, Verdena; Arial;
	font-size: 13px;
}
/*class for khmer font*/
.km-KHText{
	font-family: ABC-TEXT-05A;
	font-size: 22px; /*default goodlooking size for this font*/
	line-height:24px;
}
.mainlevel_km-KH, .sublevel_km-KH{
	font-family: ABC-TEXT-05A;
	font-size: 22px; /*default goodlooking size for this font*/
	font-weight:normal;
}
.km-KHTextLarge{
	font-family: ABC-TEXT-05A;
	font-size: 24px; 
}
.km-KHTextXLarge{
	font-family: ABC-TEXT-05A;
	font-size: 26px; 
	line-height: 24px;
}
.km-KHTextXXLarge{
	font-family: ABC-TEXT-05A;
	font-size: 28px; 
}
.km-KHTextSmall{
	font-family: ABC-TEXT-05A;
	font-size: 20px;
	line-height:18px;
}
.km-KHTextXSmall{
	font-family: ABC-TEXT-05A;
	font-size: 18px; 
}
.km-KHTextXXSmall{
	font-family: ABC-TEXT-05A;
	font-size: 16px; 
}
.km-KHTextXXXSmall{
	font-family: ABC-TEXT-05A;
	font-size: 14px; 
}
/*Playing with the color!*/
.redText{
	color:#ff0000;
}
a.redText:link, a.redText:visited{
	color:#ff0000;
	background: transparent;
}
a.redText:hover{
	color:#990000;
	background: transparent;
}
.greenText{
	color:#999900;
}
a.greenText:link, a.greenText:visited{
	color:#999900;
	background: transparent;
}
a.greenText:hover{
	color:#990000;
	background: transparent;
}
.blueText{
	color:#039;
}
.lightbluetext{
	color: #0081fa!important;
}
	a.blueText:link, a.blueText:visited{
		color:#039;
		background: transparent;
	}
	a.blueText:hover{
		color:#000033;
		background: transparent;
	}
.whiteText{
	color:white;
}
a.whiteText:link, a.whiteText:visited{
	color:white;
	background: transparent;
	text-decoration:none;
}
a.whiteText:hover{
	color:#999;
	background: transparent;
}
.grayText{
	color:gray;
}
/*CLASSES FOR UNICODE FONT*/
.normal{
	font-family:"Khmer OS System";
	font-size:1em; /*default goodlooking size for this font*/
}
.small{
	font-family:"Khmer OS System";
	font-size:small; /*default goodlooking size for this font*/
}
.medium{
	font-family:"Khmer OS System";
	font-size:medium; /*default goodlooking size for this font*/
}
.larg{
	font-family:"Khmer OS System";
	font-size:large; /*default goodlooking size for this font*/
}