h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: 0.15em;
}
h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p {
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

blockquote {
	border: 1px solid #BBB;
	background-color: #EEE;
	padding: 1em 2em 0.2em 3em;
	margin: 0.5em 0 1em 0;
	font-style: italic;
	font-family: Georgia, Times, serif; 
}

ul,ol {
	margin: 0 0 0.8em 2.5em;
}

ul ul, ol ol {
	margin-top: 0.3em;
}

ul {
	list-style: square outside;
}

ol {
	list-style: decimal outside;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

li {
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

dl {
	margin: 0 2em 1em 2.5em;
}

dt {
	font-weight: bold;
	margin: 1em 0 0.4em 0;

}

dd {
	line-height: 1.3em;
	margin-bottom: 0.5em;
}


body {
	font-size: 70%;
	font-family: arial, sans-serif;
}

a {
	text-decoration: none;
}

h1, h2, h4, h1 a, h2 a, h4 a {
	color: #444444;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
	h1 strong, h2 strong, h3 strong, h4 strong {
		color: #2B5FAA;
		font-weight: normal;
	}