body {
	background-color: #FFF;
	background-image: url(../res/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.pad {
	margin-left: 20px;
}

/* Navigation */
a:link {
	text-decoration: none;
	color: #006;
}

a:visited {
	text-decoration: none;
	color: #006;
}

a:active {
	outline: none;
	text-decoration: none;
	color: #900;
}

a:hover {
	text-decoration: none;
	color: #D75600;
}
.footnote {
	font-size: 9px;
}

