/* place the home style here, common style should not be here.*/
@media screen {

	/* H2
	---------------------------------------------------------------------------------------------- */
	h2
	{
		/* mac-ie */
		font-size:74%;
		/*non-mac-ie \*/
		font-size:12px;
		/* */
		margin: 0px;
		background-repeat:no-repeat;
		background-position: top left;
		padding: 7px 0px 6px 17px;
	}

	div.hsbcToolBox p a
	{
		color: #36C;
		text-decoration: underline
	}

	div.containerRightTools
	{
		width:98px;
		float:left;
	}

	div.hsbcHomeNavigation ul li
	{
		color: #36C;
		font-weight: normal;
		/* mac-ie */
		font-size:74%;
		/*non-mac-ie \*/
		font-size:69%;
		/* */
		list-style: none;
		background: none;
		margin: 0px 0px 2px;
		padding: 0px 0px 0px 11px;
		background: url("../images/homepageimages/bgListItemArrow.gif") no-repeat top left;
		/*MYM2061*/ line-height:100%;
	}


}

@media print {

}
