body,form,h1,h2,h3,h4,h5,h6,ul,ul li{
	margin:0px;
	padding:0px;
	color:#646464;
	font-size:12px;
}

.body{width:100%; min-height:100%;}
*html .body{height:100%;}

body,div,th,td,ol,ul,li,a,strong,span,input,select,textarea{
	font-family:±¼¸²,Gulim,tahoma,sans-serif;
	color:#333333;
	font-size:12px;
}

ul{
	list-style:none;
}

a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#646464;
	text-decoration:underline;
}

img,table{
	border:none;
}

table,td {
border-collapse:collapse;
word-break:break-all;
}

.fl		{float:left;}
.fr		{float:right;}
.tl		{text-align:left;}
.tc		{text-align:center;}
.tr		{text-align:right;}
