.bold_title {
	font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
    	color: black;
}

.body_text {
	font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
	font-size: 12pt;
	font-weight: plain;
    	color: black;
}

.body_text a {
    text-decoration: none;
    font-weight: bold;
}

.body_text a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.names {
	font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
    	color: black;
}

.names a {
    text-decoration: none;
    font-weight: bold;
}

.names a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.bio_heading {
	font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
    	color: black;
}

.bio_text {
	font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
	font-size: 10pt;
	font-weight: plain;
    	color: black;
}

.bordered_table {
	border-collapse: collapse;
	border: 1px solid black;;
    color: black;
    padding: 3px;
}
