td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.heading {
	font-size: 16px;
	font-weight: bold;
	text-align: center;

}
.panel_green, .panel_purple, .panel_orange, .panel_red  {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}
.panel_green  {
	background-color: #41A62B;
}
.panel_purple {
	background-color: #803689;
	}
.panel_orange {
	background-color: #ED7902;
}
.panel_red {
	background-color: #E53B16;
}
.main_panel {
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
table {
	background-color: #FFFFFF;
}
body {
	background-color: #97CE8B;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.border {
	border: 1px solid #42A62C;
}
.padding {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.indent {
	padding-left: 20px;
}
.panel_green a {
	color: #FFFFFF;
}
.width {
	width: 50%;
}
.highlight {
	font-size: 14px;
	color: #41A62B;
	font-weight: bold;
}
.main_panel .panel_red a {
	color: #FFFFFF;
	text-decoration: underline;
}
.panel_red a {
	color: #FFFFFF;
	text-decoration: underline;
}
.panel_purple a {
	color: #FFFFFF;
	text-decoration: underline;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #41A62B;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/wateringcan_icon.gif);
}
li {
	font-size: 13px;
	line-height: 20px;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/wateringcan_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

