h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	font-weight: bold;
	margin-top: 10px;
}

h2.header {
	width: 700px;
	height: 53px;
	background: url('images/lp_header.gif') no-repeat;
	margin-bottom: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
}

a:link {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	background: #06c;
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #06c;
	text-decoration: none;
}



h2.header span {
	display: none;
}


h3.intro {
	width: 680px;
	height: 100px;
	background: url('images/lp_intro_1.jpg') no-repeat;
	margin-top: 0;
}


h3.intro span {
	display: none;
}


ul ol {
	font-size: 12px;
}

li {
	padding-bottom: 0.5em;
}


ul li ul, ol li ul, ol li ol {
	margin-top: 10px;
}

ul li ul {
	list-style-type:disc;
}

ul li ul.step {
	list-style-type:none;
}


ol li ol {
	list-style-type:lower-alpha;
}


p.return {
	background: url('images/sm_arrow.gif') no-repeat;
	margin-bottom: 35px;
	padding-left: 10px;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}

.toc {
	padding: 10px;
}



