@charset "utf-8";
/* CSS Document */

body  {
	font-family: arial, helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height:1.125em;
}

p {
	text-align: left;
	padding: 0;
	font-size:0.875em;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #51667b;
	text-align: center;
	background: white;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-weight: bold;
	line-height: 120%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 1.5em;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: 0;
}
ulE, olE {
	margin: 0px;
	padding: 0px;
}

liE {
	margin: 0px;
	padding: 0px;
}

strong, b {
	font-weight: bold;
}

acronym {
	border-bottom: 1px dotted #ccc;
}

