		/* B: Core Module
		/* ----------------------------------------------- */
		* {
			background: transparent;
			border-color: #000 !important;
			color: #000 !important;
			font-size: 16px !important;
			font-family: serif !important;
			line-height: 1.3 !important;
		}

		html, body {
			background: #FFF;
		}

		h1, h1 *, h2 *, h3 * {
			line-height: 1.1 !important;
		}

		h1 {
			font-size: 1.3em !important;
		}

		h2 {
			font-size: 1.2em !important;
		}

		h3 {
			font-size: 1.1em !important;
		}

		div[class] {
			overflow: visible !important;
		}
		
		.case-top {
		  border-bottom: 1px solid #CCC;
		}
		.case-bottom {
          border-top: 1px solid #FCC;
        }
		
		#nav-top {
            height:92px;
            position:relative;
        }
		
		div.hint {
			display: none;
		}
		
		.supply.ab {
			width: 100% !important;
		}
		
		#container {
			width: auto !important;
		}
		
		.footerLeft {
			display: none;
		}
		
		.footerRight {
			white-space: nowrap;
			width: 250px;
		}
		
		/* ----------------------------------------------- */
	