html, body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
body {
	padding: 20px 50px;
	min-width: 800px;
}
hr {
	height: 1px;
	border: 0px;
	color: #cccccc;
	background: #cccccc;
	margin: 20px 0px;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 0px;
}
table td table td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 30px 0px;
	list-style: none;
}
ul li {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	background: url(../lls-pic/bullet.png) no-repeat left 6px;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0px;
	padding: 30px 0px;
}
h1 img {
	vertical-align: middle;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	color: #436EEE;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #436EEE;
}
a:link {
	color: #436EEE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #436EEE;
}
a img {
	border: 0px;
}
a.active {
	color: #808080;
	text-decoration: none;	
}
p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
span {
	color: #4F4F4F;
	font-weight: bold;
}
small {
	font-size: 12px;
	color: #999999;
}
div.main {
	font-size: 16px;
	text-align: center;
	background: url(../lls-pic/wave-line-bg.jpg) repeat-x left center;
}
div.main h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 30px;
}
div.main h2 {
	padding-top: 10px;
	font-weight: normal;
}
div.main p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
div.main p img {
	vertical-align: middle;
}
table tr.top {
	background: url(../lls-pic/wave-line-bg.jpg) repeat-x left bottom;
}
table tr.top h2 {
	font-weight: normal;
}
table tr.top td {
	vertical-align: middle;
	padding: 30px 0px 50px 0px;
}
table td.left-menu {
	width: 200px;
	padding-right: 30px;
}