h1,h2,h3,h4,h5,h6,ul,li,ol,body,img,p,form,select,input {
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "����";
	font-size: 12px;
}

ul,ol {
	list-style: none;
}

img {
	border: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.clear {
	overflow: hidden;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 0px;
	clear: both;
}

.blank_5px {
	height: 5px;
	overflow: hidden;
}

.blank_10px {
	height: 10px;
	overflow: hidden;
	clear: both;
}

.blank_13px {
	height: 13px;
	overflow: hidden;
	clear: both;
}