@font-face {
    font-family: 'UVNTinTucHepBold';
    src: url('../javascripts/uvntintuchep_b-webfont.eot');
    src: url('../javascripts/uvntintuchep_b-webfont.eot?#iefix') format('embedded-opentype'),
         url('../javascripts/uvntintuchep_b-webfont.woff') format('woff'),
         url('../javascripts/uvntintuchep_b-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'uvn_tin_tuc_hepregular';
    src: url('../javascripts/uvntintuchep_r-webfont.eot');
    src: url('../javascripts/uvntintuchep_r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../javascripts/uvntintuchep_r-webfont.woff') format('woff'),
         url('../javascripts/uvntintuchep_r-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*{
	padding:0px;
	margin:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}
ul,ol{
	list-style:none;	
}
.clear{
	clear:both;
}
.clear_left{
	clear:left;
	height:0px;
}
.clear_right{
	clear:right;
}
.fload_left{
float:left;
}
.fload_right{
float:right;
}
h1, h2, h3, h4, h5, h6{
	font-size:12px; 
}
img, p, ul{
	border:0px;
}
a{
	text-decoration:none;
	outline: none;
}
a:hover{
	text-decoration:none;	
}
select{
	outline:none;
}
table{
	border-collapse:collapse;
}
/*---------- Một số chuẩn khi cắt css và tránh lỗi IE6-------------
- Khi thêm thuộc tính margin cho thẻ phải thêm thuộc tính display:inline (trừ những thẻ không có chiều cao, rộng cố định thì không cần thiết)
- Khi thêm padding chiều nào của một thẻ phải giảm độ rộng, cao tương ứng nếu thẻ có chiều rộng hoặc cao cố định.
- Tất cả các link phải có hover
- Những button như Hủy,Gửi đặt trong thẻ input phải có thuộc tính cursor:pointer . 
- Những Title chỉ có một dòng thì tránh dùng padding-left khi muốn cách đầu dòng_ nên dùng text-indent:px và nên sét chiều rộng và thuộc tính overflow:hidden.
- Nếu thẻ <img/> đặt trong một thẻ khác mà hình ảnh quá nhỏ thì phải có thuộc tính font-size:1px trong thẻ chứa <img/>

* ---------------------------Qui tắc đặt tên--------------*/
