body {
	/*	font-family: 'Courier New', Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}
p {
}
a {
	color: #3399ff;
	text-decoration: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3399ff;
}
span {
}
hr {
	clear:both;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size:25px
}
h2 {
	font-size:23px;
	display: block;
}
h3 {
	font-size:21px;
}
h4 {
	font-size:11px;
	font-weight: bold;
	display: block;
	margin-top: 30px;
	margin-bottom: 5px;
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style-type: none;
}
li {
	margin-left:14px;
	list-style-position: outside;
	list-style-image: url(../images/li.png);
	list-style-type: none;
	line-height: 1.3em;
}
p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px
}
h1, h2, h3, h4, h5, h6 {
	display: block;
}

