@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 2em;
	color: #85aed4;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #d3d7ab;
	padding: 3px;
	font-weight: normal;
}

h3 {
	font-size: 1.25em;
	color: #85aed4;
	margin-bottom: 0;
}

.blue {
	color: #85aed4;
}

/* Table Styles */
	table.directors {
		font-size: 1em;
	}
	table.directors td{
		margin: 0;
		padding: 10px;
		vertical-align: top;
	}
	table.directors img {
		border: 7px #999966 solid;
	}
	table.directors label {
		float: left;
		width: 5em;
	}
	table.directors td p {
		text-align: justify;	
	}
	table.directors td h3 {
		margin-top: 0;
		padding-top: 0;
	}