﻿/* Classes for the table of class officers. These
   are specializations of the table and table cell (td) defaults.  */
   
table.classOfficers
{
	width: 590px;
	font-size: inherit;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* Specialized td for the years in office */
td.yearSpan
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-variant:normal;
	font-style:italic;
	text-transform: none;
	color: black;
	text-align: left;
	padding-top: 26px;
	padding-bottom: 2px;
	
}
/* Specialized td for holding office */
td.officeName
{
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-variant:normal;
	font-style:normal;
	text-transform: none;
	color: black;
	text-align: left;
}

/* Specialized td holding office holder's name */
td.officeHolderName
{
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-variant:normal;
	font-style:normal;
	text-transform: none;
	color: black;
	text-align: left;
}


