body {
	background-color: rgb(254, 213, 133);
}
select {
	background-color: rgb(255, 255, 200);
}
input {
	background-color: rgb(255, 255, 200);
}
a:hover {
	color: rgb(255, 109, 17);
}
@media screen
{
body {
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color: rgb(254, 213, 133);
}
td {
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color: rgb(254, 213, 133);
}
select {
	background-color: rgb(255, 255, 200);
}
input {
	background-color: rgb(255, 255, 200);
}
a:hover {
	color: rgb(255, 109, 17);
}
}
@media print
{
body {
	font-family: "Times New Roman", Times, serif; font-size: 14px; background-color: rgb(254, 213, 133);
}
td {
	font-family: "Times New Roman", Times, serif; font-size: 14px; background-color: rgb(254, 213, 133);
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
div.topnav {
	display: none;
}
}
.marginleft {
	margin-left: 15px;
}
.marginright {
	margin-right: 15px;
}
