*{
	padding:0px;
	margin:0px;
}
html{
	background:#fff url(../images/footer_bg.jpg) repeat-x bottom left; /*thay đổi background website*/
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/header_bg.jpg) repeat-x top left;
	color:#1d1c1c;
	line-height:18px;
	text-align:justify;
}
.clear{
	clear:both;
}
.clear_left{
	clear:left;
}
.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;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	outline: 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--------------*/
a:hover{
	text-decoration:underline;
}
.page{
	text-align:right;
	padding-top:9px;
	padding-bottom:9px;
}
.page a{
	background:#fff;
	border:1px solid #015d38;	
	color:#284907;
	padding:1px 4px 1px 5px;
	margin-right:2px;
	font-size:11px;
}
.page a:hover,.page a.active{
	background:#015d38;
	border:1px solid #015d38;	
	color:#fff;
	text-decoration:none;
}
.page a img{
	vertical-align:text-bottom;
}
.title{
/*	font-weight:bold;
	color:#666666;
*/
}
.intro{
	font-style: italic;
}