@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
}
a {
	color: #106442;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #106442;
	letter-spacing: 1px;
}
h4 {
	font-weight: bold;
}
li {
	margin-bottom: 2px;
	list-style-type: square;
}
.footer,
.footer a {
	font-size: 0.8em
}