@charset "utf-8";
/* CSS Document */

<style type="text/css">

/** used for paralegal survery - makes orange-yellow box with red border **/
#survey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FF9933;
	text-align: center;
	padding: 3px;
	border: 1px groove #CC3300;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#survey a {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

/** used in place of old tables to alternate colors of faculty names**/
.facultytable {
	border-collapse: collapse;
	border: none;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}
.facultytable td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.facultytable tr.AltRow td {
	background-color: #d7ffe1;
}
</style>
