﻿/* based on Expression Web Contemporary table style. JL August 2007 */
td{
	font-size: 12px;
	line-height: 1.5;
	padding-bottom:5px;
}
tr{
	vertical-align: top;
}
.tableAlternate {
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
}
.tableAlternateHeaderRow {
	background-color: #006666;
	color: #FFFFFF;
	font-weight: bold;
}
.tableAlternateEvenRow {
	background-color : #CEE6ED;
}
.tableAlternateOddRow {
	background-color: #F2F2F6;
}

