/* START main styles */

	* {
		padding: 0;
		margin: 0;
		text-align: left;
		background-repeat: no-repeat;
		background-position: top left;
	}
	img {
		border: none;
	}

/* END main styles */



/* START text styles */

	* {
    	font-family: Arial, Helvetica, sans-serif;
	}

	/* START links */

		a {
			color: #046380;
			font-weight: bold;
			text-decoration: none;
		}
		a:hover {
			color: #000000;
		}

	/* END links */

	/* START headers and paragraphs */

		h1 {
			padding: 0 0 20px 0;
			font-size: 20px;
		}
		h2 {
			padding: 16px 0 16px 0;
			font-size: 16px;
		}
		h3 {
			padding: 6px 0 6px 0;
			font-size: 16px;
		}
		h4 {
			padding: 6px 0 6px 0;
			font-size: 11px;
			font-weight: bold;
		}
		p {
			padding-bottom: 12px;
		}

	/* END headers and paragraphs */

/* END text styles */