html,body,p,br,td {
		font-family:tahoma, sans-serif;
		font-size:12px;
	}
	body {
		margin:px;
	}
	a {
		color:#215A27;
		text-decoration:none;
		font-weight:bold;
	}
	a:hover  {
		text-decoration:underline;
	}
	h1 {
		font-size:24px;
	}
	h2 {
		font-size:18px;
	}
	h3 {
		font-size:14px;
	}
	img {
		border:0;
	}
	.floatleft {
	float: left;
	margin: 0 5px 5px 0;
}
	.floatright {
	float: right;
	margin: 0 0 5px 5px;
}
	.leftmenu ul {
	padding-left:-20px;
}
	.leftmenu li {
		list-style: square;
		color:#215A27;
		padding-top:2px;
		padding-bottom:2px;
	}
	.leftmenu h3 {
		font-size:12px;
	}