		/* Core module
		/* ----------------------------------------------- */
		* {
			margin: 0;
			padding: 0;
		}

		html {
			background: #E3EDFA;
			color: #000;
			direction: ltr;
			font: 400 11px/14px verdana, arial, helvetica, sans-serif;
		}

		h1 {
			color: #2269C3;
			font-size: 25px;
			font-weight: 400;
			line-height: 27px;
			padding: 30px 0 15px;
		}

		h2 {
			color: #2269C3;
			font-size: 12px;
			margin: 0 0 7px;
		}

		h3 {
			color: #000000;
			font-size: 12px;
			margin: 0 0 7px;
		}

		p {
			font-size: 12px;
			line-height: 16px;
			margin: 10px 0;
		}

		address {
			font-style: normal;
			font-weight: 400;
		}

		/*hr {
			border: 0;
			clear: both;
			height: 1px;
			visibility: hidden;
		}*/

		ul, ol {
			margin: 10px 0 10px 40px;
		}

		li ul, li ol {
			margin: 0 0 0 40px;
		}

		li p {
			line-height: inherit;
			margin: 0;
		}

		caption {
			display: none;
		}

		table {
			/* IE 5.x */
			voice-family: "\"}\"";
			width: 100%;
			voice-family: "\"}\"";
		}

		th {
			text-align: left;
		}

		td, th {
			empty-cells: show;
			font-size: 11px; /* IE 5.x */
		}

		ins {
			text-decoration: none;
		}

		del {
			text-decoration: line-through;
		}

		button{
			background: transparent;
			border: 0;
		}

		a {
			color: #2269C3;
			text-decoration: none;
		}

		a:hover { 
			text-decoration:underline; 
		}

		img, a img {
			border: 0;
		}

		:link:focus, :visited:focus { outline: 0; } /* removes dotted lines from clicked elements in FF */
		/* ----------------------------------------------- */
	