@charset 'utf-8';

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

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	text-transform: none;
	line-height: 16px;
	background-image: url(../pic/bg_1400.gif);
}

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

a img {
	border: 0 none;
}

h1, h2, h3 {
	background: transparent;
	color: #000000;
	padding: 10px 0px 0px 20px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
}

h1 {
	font-size: 15px;
	line-height: 18px;
}

h2 {
	font-size: 15px;
	line-height: 15px;
	padding: 0px 0px 0px 00px;
}

h3 {
	font-size: 1em;
}

p {
	margin: 4px 0px 3px 0px;
}

