body {
	background-color: #9D5B4B;
	font-family: "Trebuchet MS";
	text-align: center;
	background-repeat: no-repeat;
	font-size: 12px;
}

p {
	font-size: 14px;
}
li {
	font-size: 14px;
}

.table {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	border: thick outset #9D5B4B;
}
.footer {
	font-size: 12px;
	background-position: center;
}
.bottomNav {
	font-size: 14px;
	color: #9D5B4B;
	font-weight: normal;
}
.bottomNav:link {
	text-decoration: none;
}
.bottomNav:visited {
	text-decoration: none;
}
.bottomNav:hover {
	text-decoration: none;
	color: #000000;
}
.printer {
	font-size: 10px;
	color: #9D5B4B;
	text-align: center;
	float: left;
	font-weight: bold;
	margin-top: 30px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
.nav:link {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
.nav:visited {
	text-decoration: underline;
	color: #000000;
}
.nav:hover {
	text-decoration: underline;
	color: #9D5B4B;
}
h2 {
	font-size: 16px;
}

