body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.green_border {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00B300;
	border-right-color: #00B300;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
.green_border_not_top {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00B300;
	border-right-color: #00B300;
	border-bottom-color: #009900;
	border-left-color: #009900;
	border-top-style: none;
}.breadcrumb {
	font-size: small;
}
.news_box {
	border-bottom-style: solid;
	border-bottom-color: #009900;
	border-bottom-width: thin;
}
.quick_clicks_box {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #009900;
	padding-left: 1em;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #009900;
}
.bottom_side_bar {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #009900;
	padding-left: 1em;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #009900;
}

hr {
	color: #009900;
}
h2 {
	color: #009900;
}

