body {
	font-family: Georgia, Arial, sans-serif;
	background-color: #DEF;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 15px;
}

img.Inline {
	text-align: right;
	float: right;
	margin: 10px;
}

img.Logo {
	text-align: left;
	float: left;
	margin: 10px;
}

h1, h2, h3, h4, h5, h6, strong {
	color: #000080;
}

h1 {
	text-align: center;
	border-left: #000080 solid 2px;
	border-bottom: #000080 solid 2px;
}

#Footer {
	clear: both;
}

#Navigation {
	background-color:  #BCD;
	padding: 5px;
	text-align: center;
}

#Back {
	background-color:  #BCD;
	padding: 5px;
	text-align: center;
}

ul {
	list-style-type: circle;
}

table tr td {
	vertical-align: top;
	padding-right: 10px;
}

@media print {
	#Footer, #Navigation {
		display: none;
	}
}
