/* CSS Document */

#nav2 {
  height: 2250px;
}

#content {
	margin: -2330px 0px 0px 0px;
}


#mytable {
	width: 643px;
	padding: 0;
	margin: 0;
}


th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	background: #eaf8fb;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #eaf8fb;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


th.specalttop {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #eaf8fb;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

td.alttop {
	border-top: 1px solid #C1DAD7;
	background: #eaf8fb;
	color: #797268;
}

td.nat {
	background: #f9f9de;
	color: #797268;
}
th.specnat {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f9f9de;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

td.meetingalt {
	background: #eaf8fb;
	color: #cf6e20;
	font-style: italic;
}

td.meeting {
	background: #fff;
	color: #cf6e20;
	font-style: italic;	
}
