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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #453246;
}

h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: lighter;
	color: #636363;
}

h2 {
	margin-top: 0px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: lighter;
	color: #636363;
}

a:link {
	color: #5d916b;
	text-decoration: underline;
}

a:active {
	color: #5d916b;
	text-decoration: underline;
}

a:visited {
	color: #5d916b;
	text-decoration: underline;
}

a:hover {
	color: #5d916b;
	text-decoration: none;
}

