h1, h2, h3, h4, h5 {
	color:#24A;
}

.error {
	color:#E00;
}
.warning {
	color:#BB0;
}

.grey {
	color:#666;
}

.lowstock {color:#370;}
#topnavigation {
	border-bottom: 1px solid #BBB;
	background-color: #DEF;
	color: #24A;
}

.lightThinBar {
	display:none;
	border-top-color: #EEE;
	background-color:#24A;
}
#footer {color: #246;}

table .odd {background-color: #FFF;}
table .even {background-color: #EFE;}

table.customerList .even {background-color: #EAEAEA;}
table.customerList tr:hover td {background-color: #9C9;}
.catItemSeparator {border-bottom-color:#AAA;}

.galleryitem {
	border-color:#333;
	background-color: #DEF;
}

/*
.gtImageTitle {
	color:#FFF;
	background-color: #246;
}*/

a.black {
	background-color: #000;
	color:#FFF;
}
a.green {
	background-color: #090;
	color:#FFF;
}
a.red {
	background-color: #DD0;
	color:#003;
}
.note {
	color:#E00;
}