@charset "utf-8";

/* import global style definitions */

@import url("/_include/styles/_global.css");

@media screen {

	/* altering to inherited global style definitions */

		#page-content h2.aplly-now {
				padding-left: 30px;
				background: url(/_design/apply-now/arrow-apply.gif) no-repeat scroll left center;
				float: none;
				display: block;
		}

		#page-content ul.style {
			list-style-type: none;
			font-size: 14px;
		}
		
		#page-content ul.style li{
			font-size: 14px;
			line-height: 28px;
		}
		

}

@media print {

	
}
.
