table.alternate_rows {
	border-spacing: 0;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	margin: 0 auto;
}
table.alternate_rows th, table.alternate_rows td {
	text-align: center;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #aaa;
	font-size: 11px;
}
table.alternate_rows th {
	border-width: 1px 0px 1px 0px;
	background-color: #FEBF92;
	color:white;
}
table.alternate_rows th a {
	text-decoration: none;
	color: #000;
}
table.alternate_rows td {
	border-width: 0px;
}
table.alternate_rows tr.odd td {
	background-color: #fff;
}
table.alternate_rows tr.even td {
	background-color: #ffe6d5;
}

table.alternate_rows a:link {color: #000; text-decoration: underline; }
table.alternate_rows a:active {color: #000; text-decoration: none; }
table.alternate_rows a:visited {color: #000; text-decoration: none; }
table.alternate_rows a:hover {color: #000; text-decoration: none; }


