body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin: 20px;
}
table {
	margin-bottom: 20px;
}
td {
	text-align: center;
	vertical-align: top;
}
h1 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #ebf16b;
	line-height: 24px;
}
h2 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #f3b270;
}
h3 {
	color: #FFFFFF;
}
p {
	line-height: 18px;
}
a:link, a:visited, a:active {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.department-links {
	text-align: right;
}
.department-links h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.department-links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.department-links li {
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
}
.leftalign {
	text-align: left;
}
.righalign {
	text-align: right;
}
.centeralign {
	text-align: center;
	vertical-align: middle;
}
.smaller {
	font-size: 80%;
}
.product-list {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

