/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#content h1,
	#content h2.h1-style {
		background: url(/_design/_global/arrow-big.gif) no-repeat scroll left top;
	}

	/* current section style definitions */
}

@media print {



}
