DIV {
	color : Black;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 12px;
	}

TD {
	color : Black;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 12px;
}

DIV.itemDetail {
	font-size : 11px;
	background-color : #CCCC99;
}

DIV.itemName {
	background-color : #CCCC99;
	color : #003399;
}

A {
	color : #4F4734;
	text-decoration : none;
}

A:HOVER {
	color : #333333;
	text-decoration : underline;
}



/*
table{

	border : 1px solid Black;
}
*/