table.highlights tr td.odd{
	background-color:#ffffef;
	border:1px solid #efefea;
}
table.highlights tr td.even{
	background-color:#faefff;
	border:1px solid #efeaef;
}


#menu{
	background-image: url(../images/new/menu-gradient3.gif);
	background-color:#f3ebf3;
	border-bottom:1px solid #450045;
	border-top:1px solid #d5ced5;
	background-repeat: repeat-x;
	background-position: top left;
	clear:both;
}
h1, h2, h1 a, h2 a,h1 a:hover,h2 a:hover {
color:#450045;
}
h1 {
border-bottom:1px solid #450045;
}

li {
	margin-top:5px;
}
a,a:hover{
	color:purple;
	}
h2{
		margin-top:20px;
		padding:2px;
		border-bottom:1px solid purple;
	}
Table.flutesCatalogTable{
		margin-top:10px;
		width:90%;
		border:1px solid black;
		font-size:90%;
		padding:0px;
		border-collapse:collapse;
		text-align:center;
	}
Table.flutesCatalogTable tr.header{
		font-weight:bold;
	}
Table.flutesCatalogTable tr.header td {
	}
Table.flutesCatalogTable tr.odd td {
	}
Table.flutesCatalogTable tr.even td {
	}
Table.flutesCatalogTable td{
	border:1px solid gray;
	}
.purpleFeature{
	background-color: #e9e2f2;
	border:1px solid #ddcdf2;
}
.purpleFeature td{
	pading:0;
}