table.mytable {
width: 675px;
}

table.legend {
width: 500px;

}

td.legend {
text-align: center;
}

div.legendsquare {
width: 50px;
height: 20px;
background-color: #eefc5c;
float: left;
border: 1px solid #97af71;
margin-right: 10px;
}

div.legendtext {
float: left;
margin-left: 10px;
height: 30px;
font-weight: bold;
}

caption.table {
font-size: 1.25em;
font-weight: bold;
color: #26350f;
margin-bottom: 7px;
border-width: 1px;
}



th.data {
	color: #faf9cf;
	border-right: 1px solid #447124;
	border-bottom: 1px solid #97af71;
	border-top: 1px solid #447124;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #659823 url(images/bg_header.jpg) no-repeat;
font: bold .9em "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

th.nobg {
	border-right: 1px solid #447124;
	background: none;
border-top-color: #97af71;
border-top-width: 0;
border-left-width: 0;
border-left-color: #97af71;
}

th.spec {	
	border-left: 1px solid #97af71;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
border-top-color: #97af71;
border-top-width: 0;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}

td.data, td.hilite, td.datacen, td.gray {
	border-right: 1px solid #97af71;
	border-bottom: 1px solid #97af71;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #061408;
}


td.alt {
background: #F5FAFA;
color: #B4AA9D;
}

td.hilite {
background-color: #eefc5c;
}

.numbers {
color: #2c4917;
font-style: italic;
padding-right: 5px;
}

.cen {
text-align: center;
}

.gray, td.gray {
color: #5d5d5d;
}

p.lightbrown {
color: #e6e09c;
font-size: .75em;
}
