body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}

table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin-bottom: 1.0em;
	letter-spacing: -0.05em;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #000;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
	color: #555555;
}


h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
	border-bottom: #ddd 1px dotted;
	color: #F19E37;
}

h2 {
	font-size: 20px;
        margin:10px 0; 
}


h3 {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	margin:10px 0;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
        margin:10px 0; 
}

p, ul, ol {
	margin: 0.7em 0;
	line-height: normal;
	padding:0;
	color: #333;
}

ul, ol {
	margin-left: 45px;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}
