BODY {
	background-color: #999966;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.footer {
	color : White;
	background-color: #663300;
	text-align : center;
	font-weight : bold;
}

.copy {
	font-size : smaller;
}

.footer a {
	text-decoration: none;
}

.footer a:link {
	color: White;
}

.footer a:visited {
	color: White;
}

.footer a:hover {
	color: #FFD700;
}

.label {
	text-align: right;
}

.labelReq {
	text-align: right;
	color: Red;
	font-weight: bold;
}

.instr {
	font-size : smaller;
}

.req {
	color: Red;
	font-weight: bold;
}

#sideNav {
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : thin;
}

ol li {
	padding-bottom : 5px;
	padding-top : 5px;
}