body {
	font: 11px/1.5em "Lucida Grande";
	line-height: 1.4em;
}

*html body {
	font-family: helvetica, arial, verdana, sans-serif;


}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}

h1 {
	font-size: 218%;
}

ul {
	padding-left: 10px;

}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}

h1.page_title {
	font-weight: 700;

}

.close_box {
	display: block;
	width: 18px;
	height: 18px;
	margin: 5px;
	background: url(../admin/images/icon/icon_delete.png) no-repeat;
	text-decoration: none;

}