@import url("null.css");

body, table {
	font-size: 8pt;
	font-family: verdana;
}

A {
	text-decoration: underline;
	color: #808080;
}
A:hover {
	color: #007755;
}

p {
	margin-bottom: 1em;
}

H1 {
	FONT-SIZE : 14pt;
	color : #007755;
	font-weight : bold;
	margin-bottom: 1.25em;
}

H2 {
	FONT-SIZE : 12pt;
	color : #007755;
	font-weight : bold;
	margin: 1.25em 0;
}

H3 {
	FONT-SIZE : 11pt;
	color : #007755;
	font-weight : bold;
	margin: 1.25em 0;
}

H4  {
	FONT-SIZE : 10pt;
	color : #007755;
	font-weight : bold;
	margin-bottom: 1em;
}

H5  {
	FONT-SIZE : 9pt;
	color : #007755;
	font-weight: bold;
	margin-bottom: 1em;
}

H6  {
	FONT-SIZE : 8pt;
	color : #007755;
	font-weight : bold;
	font-style: italic;
	margin-bottom: 1em;
}

.MEbigger {
	color: black;
	font-size: 10pt;
	font-weight: normal;
}

.indented {
	color:Black;
	padding: 10px;
}

ul, ol {
	margin-bottom: 1.5em;
}
