body {
    font-family: Arial, sans-serif;
	font-size: 0.875em;	
	line-height: 1.5em;
	color: #666666;
}

h1 {
    font-family: 'Calibri', Arial, sans-serif;
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
	color: #007A6C;
	margin: 0 0 8px 0;
}

h2 {
    font-family: 'Calibri', Arial, sans-serif;
	font-size: 2.2em;
	line-height: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0 0 16px 0;
}

h3 {
    font-family: 'Calibri', Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0 0 12px 0;
}

h4 {
    font-family: 'Calibri', Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0 0 12px 0;
}

h5 {
    font-family: 'Calibri', Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0 0 4px 0;
}

h6 {
    font-family: 'Calibri', Arial, sans-serif;
	font-size: 1.333em;
	line-height: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0 0 4px 0;
}

h1 a, h1 a:visited, h1 a:active,
h2 a, h2 a:visited, h2 a:active,
h3 a, h3 a:visited, h3 a:active,
h4 a, h4 a:visited, h4 a:active,
h5 a, h5 a:visited, h5 a:active,
h6 a, h6 a:visited, h6 a:active {
    font-size: 1em;
    text-decoration: none;
    font-weight: normal;    
}
ul {
	padding: 0 0 10px 15px;
	margin: 0px;
}

ul li {
    list-style-position: outside;
    margin-left: 0px;
}

a, a:visited, a:active {
	color: #003427;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #007A6C;
	text-decoration: none;
}

.darkgreen a {
    color: #E7EB7A;
}

.darkgreen a:hover {
    color: #D7DF23;
}

.lime a {
    color: #007A6C;
}

.lime a:hover {
    color: #003427;
}

p {
	margin: 0 0 12px 0;
}

div.white a {
    color: #007A6C;
}

div.white a:hover {
    color: #003427;
}
