html {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
	color: #000;
}

body {
	background-color: #fff;
	text-align: center;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#lap {
	text-align: left;
	width: 600px;
	padding-top: 10px;
	margin: auto;
	margin-bottom: 20px;
}

h1 {
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #005;
}

h2 {
	font-size: 14px;
	color: #006;
	text-transform: uppercase;
}

h3 {
	text-align: center;
	color: #950004;
}

p {
	padding: 0 10px 0 10px;
	text-align: justify;
}

.bottom {
	text-align: center;
	font-size: 10px;
}

span {
	color: #066;
	letter-spacing: 1px;
	font-weight: bold;
}

a {
	color: #066;
	text-decoration: none;
}

table {
	margin-left: 10px;	
}