#matrix2 {
	font-family: Arial;
	font-size: 11px;
	color: black;
	width: 100%;
}
#matrix2overflow {
    overflow-x: auto; overflow-y: hidden;
    width: 573px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #matrix2overflow {
	padding-bottom: 17px;
}
/* End hide from IE5/mac */
#matrix2 thead tr td {
	background: #a41215 right bottom no-repeat;
	padding: 4px 20px 4px 6px;
	color: white;
	vertical-align: bottom;
	font-size: 10px;
}

#matrix2 thead tr td a,
#matrix2 thead tr td a:link,
#matrix2 thead tr td a:visited,
#matrix2 thead tr td a:active {
	color: white;
	text-decoration: none;
}

#matrix2 thead tr td.hover,
#matrix2 thead tr td a:hover {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

#matrix2 thead tr td#sortup {
	background-image: url(/images/arrow_up.gif);
}

#matrix2 thead tr td#sortdown {
	background-image: url(/images/arrow_down.gif);
}


#matrix2 tbody tr {
	background: #d2c4c2;
}

#matrix2 tbody tr td {
	padding: 4px 6px;
	margin: 1px;
}

#matrix2 tbody tr td.even {
	background: #efe0df;
}
#matrix2 tbody tr td div.datasheet {
	background: url(../../../images/pdficon.gif) no-repeat right;
	padding-right: 14px;
}



#matrix3 {
	font-family: Arial;
	font-size: 11px;
	color: black;
	width: 100%;
}
#matrix3overflow {
    overflow-x: auto; overflow-y: hidden;
    width: 573px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #matrix3overflow {
	padding-bottom: 17px;
}
/* End hide from IE5/mac */
#matrix3 thead tr td {
	background: #a41215 right bottom no-repeat;
	padding: 4px 20px 4px 6px;
	color: white;
	vertical-align: bottom;
	font-size: 10px;
}

#matrix3 thead tr td a,
#matrix3 thead tr td a:link,
#matrix3 thead tr td a:visited,
#matrix3 thead tr td a:active {
	color: white;
	text-decoration: none;
}

#matrix3 thead tr td.hover,
#matrix3 thead tr td a:hover {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

#matrix3 thead tr td#sortup {
	background-image: url(/images/arrow_up.gif);
}

#matrix3 thead tr td#sortdown {
	background-image: url(/images/arrow_down.gif);
}


#matrix3 tbody tr {
	background: #d2c4c2;
}

#matrix3 tbody tr td {
	padding: 4px 6px;
	margin: 1px;
}

#matrix3 tbody tr td.even {
	background: #efe0df;
}
#matrix3 tbody tr td div.datasheet {
	background: url(../../../images/pdficon.gif) no-repeat right;
	padding-right: 14px;
}



