body, div, h1, h2, p, a, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin: 5px 0px 50px 0px;
}
div#all {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}
a.download {
	background-color: #eeeeee;
	display: block;
	padding: 9px 0px 9px 34px;
	border: 1px solid #aaaaaa;
	color: #333333;
	font-weight: bold;
	background-image: url(pdficon.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	width: 76px;
	margin-top: 35px;
}
a.download:hover {
	border: solid 1px #666666;
	background-color: #e3e3e3;
	color: #000000;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0066FF;
	margin: 40px 0px 20px 0px;
}
h1 a:visited {
	color: #0066FF;
	border-bottom-color: #0066FF;
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
p {
	margin: 0px 0px 15px;
	line-height: 15px;
}
a {
	color: #0066FF;
	text-decoration: none;
	border-bottom: 1px solid #0066FF;
}
a:hover {
	border-bottom-width: 0px;
}
a:visited {
	color: #666666;
	border-bottom-color: #666666;
}
ul#nav {
	list-style-type: none;
	padding: 30px 0px 0px 0px;
}
ul#nav li {
	display: inline;
	margin: 0px 8px 0px 0px;
}
ul#nav li a {
	padding: 10px 15px;
	border: 0px;
	color: #333333;
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 12px;
}
ul#nav li a:hover {
	background-color: #DDDDDD;
}
ul#nav li a#select {
	color: #FFFFFF;
	background-color: #333333;
}
