@charset "utf-8";
/* CSS Document */

/* Used by staff.html, sab.html, pac.html */

div.member_name {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4A6B84;
}

div.member_title {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

div.member_name a {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4A6B84;
	text-decoration: none;
}
div.member_name a:link, div.member_name a:visited {
	text-decoration: none;
}
div.member_name a:hover {
	text-decoration: underline;
}
