<!--

/* SUBHEAD BACKGROUND */

div.subhead {
	background-image: url("../images/bkg_shd_business.gif"); 
	background-repeat: no-repeat;
	}

/* END SUBHEAD BACKGROUND */

table.contracts {
	margin: 0em 0em 1.4em 0em;
	}

table.contracts tr {
	height: 1.75em;
	}

table.contracts tr.odd {
	color: #000000;
	background-color: #FFFFFF;
	}

table.contracts tr.even {
	color: #000000;
	background-color: #E4E7ED;
	}

table.contracts th {
	font-size: .85em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	background-color: #476088;
	padding: 0.3em 0.9em 0.3em 0.9em;
	}

table.contracts th.emp1 {
	border-right: 2px solid #FFFFFF;
	}


table.contracts td {
	font-size: .7em;
	line-height: 1em;
	padding: 0.5em 0.9em 0.5em 0.9em;
	}

table.contracts td.emp1 {
	border-right: 2px solid #476088;
	}



	-->