
h2 {
	font-size:110%; 
	font-weight:bold;
	color:#000;
	}
	

.contentwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
.homelink {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #99bad6;
	text-decoration: underline;
}
.contentblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: 1B3279;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #1b3279;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4d6db1;
	text-decoration: underline;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4d6db1;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
.footerlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* alternating table rows */


table.bioTable tr.alt td {
	background-color: #f3f3f3;
}
