.LeftParentItems {
	background-color: #BABABA;
	color: Black;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
	text-decoration : none;
	margin-bottom : 2px;
}

A.LeftParentItems:hover {
	color : Blue;
	background-color : #aAaAaA;
	text-decoration : none;
}
	
.LeftChildItems {
	background-color: #e2e2e2;
	color: Black;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration : none;
	padding-left : 15px;
	margin-bottom : 2px;
}	

.LeftChild2Items {
	background-color: #e2e2e2;
	color: Black;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration : none;
	padding-left : 25px;
	margin-bottom : 2px;
}

a.LeftChildItems:hover {
	color : Blue;
	background-color : #d2d2d2;
	text-decoration : none;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.accountText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	padding-left : 10px;
	padding-top : 5px;
}

A {
	color: Blue;
}

.detailProdName {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

.Price {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.PageTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #262C7F;
}