* {
	font-family		: Arial, Helvetica, sans-serif;
}
.title,
.body,
a,
.green,
.cell,
.bigheading,
.dropdowngreen {
	font-size		: 12px;
}
.title {
	font-weight		: bold;
	color			: #090;
}

a {
	text-decoration	: none;
	color			: #333;
}
a:hover	{
	text-decoration	: underline;
	color			: #090;
}

.green {
	color			: #090;
}
.cell {
	padding-top		: 8px;
	padding-bottom	: 10px;
	margin-top		: 8px;
	margin-bottom	: 10px;
}
.bigheading {
	color			: #000;
	font-weight		: bold;
}
.dropdowngreen {
	font-weight		: bold;
	color			: #fff;
	background		: #060;
}
p.department_title {
	margin-top		: 0;
}