body, table, input, textarea, select {
	color: #444;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
}

h1, h2, h3, h4 {
	color: #055c36;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3, h4 {
	font-size: 130%;
}

ul {
	padding: 0;
}
ul li {
	margin: 0 0 4px 0;
	padding: 0;
}
ul li a {
	text-decoration: none;
}

a {
	color: #017240;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.banners {
	text-align: center;
	margin-bottom: 10px;
}
.banners img {
	border: none;
}

.more {
	text-align: right;
	margin-bottom: 4px;
}
