/* css style sheet */

/*div#generalInfo{
	margin:0;
	border-bottom: double #AAA;
	padding:0 0 20px 0;
	font-size:1.1em;
	line-height:1.3em;
	}*/

table#staff {
	margin:25px 0 0 0;
	width:100%;
	border-collapse: collapse;
	}
table#staff tr.staffRow td{
	height:2.5em;
	border-bottom:1px solid #DDD;
	}
table#staff tr.first td{
	height:2.85em;
	border-top:1px solid #DDD;
	}

table#staff tr.staffRow span.title{
	font-style:italic;
	}

table#staff tr.last td{
	border-bottom-width:0;
	border-bottom-style:none;
	}
table#staff td.name{
	width:40%;
	padding-left:5px;
	}

div#staffInfo h3#caption{
	/*margin:45px 0 0 0;*/
	padding-top:20px;
	color:#E49493;
	/*padding:0;*/
	font:20px/22px "Times New Roman", Times, serif !important;
	height:1.5em;
	text-align:left;
	}

	
table#staff tr#tableHeader{
	display:none;
	}